summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix nxos_banner (#34695)Trishna Guha2018-01-151-0/+2
| | | | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit 303894dd174091ab262d894737ee515ddd17f8ae)
* Adding "-SyncWindow 0" flag to Compare-Object call (#34656)chriskarel2018-01-151-1/+1
| | | | | | | | Adding "-SyncWindow 0" flag to the Compare-Object call used to determine if the existing and proposed IP address lists are the same. This makes the array comparison mark changes in order as a difference. Fix for bug #34651 (cherry picked from commit bb9dcb0d2ba6c8eecd82ae4e276c3b3b763c5adb)
* Add memory usage with includes optimization to changelogToshio Kuratomi2018-01-151-0/+2
|
* Backport of b107e397 (Cache tasks as they are queued)James Cammarata2018-01-154-46/+75
| | | | | | | | | | | | | | | * Cache tasks as they are queued instead of en masse This also moves the task caching from the PlayIterator to the StrategyBase class, where it makes more sense (and makes it easier to not have to change the strategy class methods leading to an API change). Fixes #31673 * Cleaning up unit tests due to 502ca780 (cherry picked from commit b107e397cbd75d8e095b08495da2ac2aad3ef96f)
* Add note to 2.4 porting guide about initial playbook relative ↵Matt Martz2018-01-151-0/+10
| | | | | | | | host/group_vars and inheritance (#34769) * Add note to 2.4 porting guide about initial playbook relative host/group_vars and inheritance (cherry picked from commit ae49dd65d9b52dea3c5c07c924e7008a8448b67f)
* Add cloudstack fix to changelogToshio Kuratomi2018-01-151-0/+2
|
* cloudstack: fix timeout in ini config file is ignoredRene Moser2018-01-151-4/+4
| | | | (partly cherry picked from commit 1c3bba0bdb8f030a382ece60efa3cd92e4df70fe)
* New release v2.4.3.0-0.4.rc1v2.4.3.0-0.4.rc1Toshio Kuratomi2018-01-102-2/+2
|
* Add ios_config deprecaation doc change to changelogToshio Kuratomi2018-01-101-0/+2
|
* Ios config save (#33885)James Mighion2018-01-101-4/+5
| | | | | | | | | | * Fixing save so it still works. Adding changed as an option for save_when. * Updating description to state that changed was added in 2.5. * Fixing removal version for deprecated options. (cherry picked from commit ded4e6ac0f350f2c8de9f801fc1905726c736a94)
* Cherrypick misc Azure test fixes (#34713)Matt Davis2018-01-104-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix test case failure for Azure ACS module (#33623) * fix azure acs test failure * change acs location (cherry picked from commit 8e20ae2de4ffaaa2646a0ab0c4160548782e881a) * fix azure test case failure for function apps module (#33658) (cherry picked from commit f8d7e477f088ddc6f42a109c316e9e8456d2afa1) * Fix storage endpoint for Azure Stack (#33946) * Fix storage endpoint for Azure Stack https://github.com/Azure/msrestazure-for-python/issues/64 * corrected visual indentation (cherry picked from commit 6643fe821e51b22ec1d08ed8efcc10d757251de3) * Fix incorrect formatting call in azure module (#33561) Fix corrects formatting call in azure_rm_resourcegroup_facts module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 6654d6956982c31bbfe6eb22aae557049ea613ba)
* Fix Linux blockdevice size computation (#34475) (#34647)Adam Miller2018-01-101-2/+2
| | | | Linux' sysfs _always_ reports device size in 512b sector units, regardless of the device's actual, physical blocksize.
* Fix pylint issue.Matt Clay2018-01-101-1/+0
|
* cherry-pick #34442Matt Davis2018-01-092-2/+2
|
* cherry-pick #33897 (#34682)Matt Davis2018-01-0916-231/+186
| | | * resolved a number of conflicts
* fix nxos_bgp failure for graceful_restart warning (#34630)Trishna Guha2018-01-101-1/+7
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Make xattr test conditional on feature support.Matt Clay2018-01-083-66/+74
| | | | (cherry picked from commit 77726b471f2fa610cb48a670126536c9583b23ff)
* Updated changelog with win_iis_website fixJordan Borean2018-01-081-0/+2
|
* Fixing issue with win_iis_website parameter types. Issue #34500 (#34501)jn-bedag2018-01-081-2/+9
| | | | | | | | | | | | | | | | * remidate Windows debugging Using $complex_args is not working (anymore?). We need to set $params directly. * Fixing issue with win_iis_website parameter types There are two types of attributes. "String" and "Configuration Attribute". We need to get the real "value" based on the type. * Revert "remidate Windows debugging" This reverts commit df75d3bb0d152b10c24187ce4c643b4733bae336. (cherry picked from commit 7f59f7d80e94249aee53e1eafc5644300b70ed90)
* fix windows tests after recent patch (#34548)Jordan Borean2018-01-079-23/+23
| | | | (cherry picked from commit 460deb08cb1e784c4e5072985cf0afb0958633bf)
* Don't use getattr in _get_parent_attribute to avoid recursion issues ↵James Cammarata2018-01-057-54/+55
| | | | | | | | | | | | | | | | | (#33595) (#34532) * Don't use getattr in _get_parent_attribute to avoid recursion issues Fixes #23609 * Move extend/prepend to field attribute Also removes _get_attr* methods that were basically just calling _get_parent_attribute because it needed to set those params. Also modifies _get_parent_attribute() to pull those values from the FieldAttributes instead of using the ones passed into the function. * Better fixes for _get_parent_attribute
* Make eos_vlan idempotent (#34503)Trishna Guha2018-01-052-5/+10
| | | | | | | | | | | * make eos_vlan idempotent (#34443) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit 0f24199012531a69bb9256ee267bb0a1651aeb8f) * Make eos_vlan idempotent CHANGELOG Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Fix up the test-set_mode_if_different unittestsToshio Kuratomi2018-01-041-1/+2
|
* Add changelog for checkmode with missing filesToshio Kuratomi2018-01-041-0/+3
|
* If check mode enabled and file missing set changed to true 32676 (#33967)Pilou2018-01-041-6/+32
| | | | | | | | | | | | * basic.py: add mock to os.path.exists * set_*_if_different: if check_mode enabled & file missing: set changed to True Fixes #32676 Thanks to mscherer and Spredzy for the distributed triplet programming session! (cherry picked from commit e9df2083a3ef91ce7a092a65368bb4a7eb92e0fe)
* Updated changelog for win_mapped_drive doc updateJordan Borean2018-01-051-0/+2
|
* win_mapped_drive: add extra note around win_mapped_drive (#34478)Jordan Borean2018-01-051-0/+3
| | | | (cherry picked from commit edf56c9743e52e67cdb4d2756855301c4eec5fee)
* Updated changelog for win_package fixJordan Borean2018-01-051-0/+2
|
* win_package: remove case sensitive check for msi extension (#34476)Jordan Borean2018-01-052-4/+4
| | | | (cherry picked from commit da69f5aeae9930eb4c454bc0374cf6eff4c9a422)
* really disable inventory cacheBrian Coca2018-01-036-16/+12
|
* add Azure user agent for Visual Studio Code extension (#33366)yungez2018-01-031-0/+4
| | | | (cherry picked from commit 392b55b70bf509660f28b9a7c474713611264ed6)
* New release v2.4.3-0.3.beta3v2.4.3-0.3.beta3Toshio Kuratomi2018-01-032-2/+2
|
* backport WinRM IPv6 escapingMatt Davis2018-01-032-1/+20
| | | | * https://github.com/ansible/ansible/pull/34072 * cherry-picked from 57ed6a866f235d84b0316069d0a5fb4cd6de7159
* Update CHANGELOG.mdMartin Krizek2018-01-031-0/+2
|
* yum: case for multilib when installing from a file (#32236)Martin Krizek2018-01-031-0/+12
| | | | (cherry picked from commit 356901b72dfd1c9eccedfdcdb726990607ef6f9c)
* fix win_firewall test failure on 2008/2008r2 (#34391)Matt Davis2018-01-031-3/+5
| | | * ensure that "starting" profile is known instead of relying on default
* Update CHANGELOG.mdMatt Davis2018-01-021-1/+1
|
* backport win_firewall_rule updatesMatt Davis2018-01-022-3/+30
| | | from devel SHA 89d9444ad560ef5c4a8aac911e2e7abcf7aa9c76
* avoid use of Write-Host in config scriptMatt Davis2017-12-201-3/+3
| | | | (cherry picked from commit 82996d5b267994d9806bbba62ceee2cd6613e9da)
* add GlobalHttpFirewallAccess argMatt Davis2017-12-201-1/+60
| | | | (cherry picked from commit a9ca0389b6cdf2992b04d6bafbd2cb3feb861d12)
* New release v2.4.3.0-0.2.beta2v2.4.3.0-0.2.beta2Toshio Kuratomi2017-12-201-1/+1
|
* add cloudscale fix to the changelogToshio Kuratomi2017-12-191-0/+1
|
* Send API parameters as JSON in cloudscale_server moduleGaudenz Steinlin2017-12-191-3/+4
| | | | | | | | | | | Use JSON to send the POST data to the API instead of an urlencoded string. Urlencoding is not really a good match for some Python datatypes. This fixes an issue when submitting a list of SSH keys which did not get translated properly. Partial cherry-pick of the important parts of 4c94c6f9ba.
* dont warn on not matching 'all' (#32806)Brian Coca2017-12-196-32/+27
| | | | | | | | | | | | * dont warn on not matching 'all' the implicit localhost warning shoudl be enough * centralized no hosts handling also extended info on implicit only (cherry picked from commit 87c75b19dd03c75659afee28856e39078c060039)
* fix reconcile to ensure 'ungrouped'Brian Coca2017-12-192-5/+3
| | | | | | also removed redundant 'hosts to all' as all groups already ensure that inheritance (cherry picked from commit ad94a3a6a264b1ed9b9ccb8f1e61ebfe33c57a51)
* NXOS Commit Integration tests to Ansible (part 2) (#28939) (#33964)Trishna Guha2017-12-1627-0/+991
| | | | | | | | | | | | | | | | | | | | | * add nxos_aaa_server IT * add nxos_aaa_server_host ITs * Add nxos_gir IT * Add nxos_gir_profile_management IT * add newly added tests to nxos.yaml * fix nxos.yaml indentation * fix indentation again * skip nxos_git_profile_management IT for titanium * change idempotency to non-idempotency check (cherry picked from commit a130549ead73c2d56cfcfb02a5be2ff5b206a8cb)
* changelog for file attribute fixToshio Kuratomi2017-12-151-0/+2
|
* fix file attributes changed detectionMaxime de Roucy2017-12-152-6/+20
| | | | | | | | | | | | | | https://docs.python.org/2/library/stdtypes.html#str.split str.split([sep[, maxsplit]]) If sep is given, consecutive delimiters are not grouped together and are deemed to delimit empty strings. >>> "85563 ----------------C-- /var/lib/libvirt/images".split(' ')[0:2] ['85563', ''] >>> "85563 ----------------C-- /var/lib/libvirt/images".split()[0:2] ['85563', '----------------C--'] (cherry picked from commit c2ac9d08318d838e4571587e153338f66eb22b0d)
* update changelog for win_iis_webapppool for password fixJordan Borean2017-12-151-0/+2
|
* win_iis_webapppool: stop any passwords from being returned (#33931)Jordan Borean2017-12-152-5/+6
| | | | (cherry picked from commit 0ca828ebab48b18a7c4bc1770efce96c6579b2df)