summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix for yaml inventory in not likeing 'none'Brian Coca2017-09-201-3/+3
|
* revert win_file headers back to original format so cherry picking worksjborean932017-09-191-6/+17
|
* Updated changelog to for win_file check mode fixjborean932017-09-191-0/+1
|
* win_file: Fix check-mode issue removing dirs (#30475)Dag Wieers2017-09-191-23/+12
| | | | | | This fixed #30442 (cherry picked from commit 229a86c952a32821962668c1da68a46f0b9bb711)
* Use safe_load to load yaml (#30408)Ganesh Nalawade2017-09-152-1/+3
| | | | | Replace `yaml.load` with `yaml.safe_load` (cherry picked from commit 8c3bf20a13a185e7c5c4bd0dee1bbe0b1ec2eab3)
* Document boolean default value treatment (#30062)Toshio Kuratomi2017-09-142-0/+3
| | | | | | | | | | | | * Consistency and document treatment of default bool values * Document that default bool values can be any Ansible recognized bool. choose the one that reads better in context * For fragments used by the copy module, make bool types use type=bool and not choices * Edit for clarity (cherry picked from commit 8a2f069468e1d072f4b57c19fab964d3626db5f8)
* update changelog for Tower module_utils SSL fixRene Moser2017-09-141-0/+1
|
* Fixes verify_ssl option when False in ansible_tower module util (#30308)ethackal2017-09-141-1/+1
| | | | | | | | * Fixes verify_ssl option when False in ansible_tower module util * fixed comparison to None per PEP-8 standards (cherry picked from commit 4980ebf06477b5e9db9718aba5c9bcf9736fc715)
* [cloud] update the local variable route_table with the latest tag changes ↵Sloane Hertel2017-09-141-0/+1
| | | | (#23136) (#29989)
* Update changelog to show windows become fix on output streamsjborean932017-09-141-1/+2
|
* fixed become to show the stdout and stderr streams instead of the ↵Jordan Borean2017-09-141-1/+1
| | | | | | StreamReader (#30254) (cherry picked from commit 77b2aca5a2657e16ab6a236b43a8122164e3b574)
* Add vars_prompt fix to changelogToshio Kuratomi2017-09-131-0/+1
|
* Updated Display.do_var_prompt to use to_native on prompt ( Fixes #30265 ) ↵Andrea Tartaglia2017-09-131-1/+1
| | | | | | | | (#30285) * Updated Display.prompt to use the normalized prompt message. (cherry picked from commit ea8af15dfe692f5730e4100a7592deb4b5188d10)
* removed orig_exec as that is 2.4 featureBrian Coca2017-09-121-1/+1
|
* make os_security_group_rule idempotent (#23707)Andrea Tosatto2017-09-121-6/+11
| | | | | * Fix issue #19610 (cherry picked from commit 6b6e5665aa29e7cf8ff7a0d736239681c09ecb3d)
* Create a new pipe for sshpass on retries. Fixes #29095Matt Martz2017-09-111-0/+6
| | | | (cherry picked from commit d043ba2673d20eb84b2d1d895c0e8033ec9b303e)
* Fix wheel dependency on python 2.6. (#29388)Matt Clay2017-09-112-0/+2
| | | | | | | * Fix wheel dependency on python 2.6. * Limit wheel version for tox on python 2.6. (cherry picked from commit 50ae33d3c117bd18e9b63565d10017ce9041c7c1)
* Add blockinfile fix to changelogToshio Kuratomi2017-09-091-0/+1
|
* Fixes #26793: convert insert regex to_bytes before searchingAnton Baklanov2017-09-091-2/+2
| | | | (cherry picked from commit fcad4f38b4d9f21be0fc9f65609f8a322cba076a)
* Add py3 jail fix to changelogToshio Kuratomi2017-09-091-0/+1
|
* Fix py3 string issue in jail connection plugin (take 2) (#28374)Pierre Guinoiseau2017-09-091-13/+4
| | | | | | * Fix py3 string issue in jail connection plugin (cherry picked from commit 436b173b24dd88ec77e12596fb9403142e6e08fd)
* Add cloudtrail profile fix to changelogToshio Kuratomi2017-09-091-0/+1
|
* Fix connection credentials for cloudtrail module in stable 2.3. Fixes #28821.s-hertel2017-09-091-4/+2
|
* Revert "Temporarily disable failing opensuse test jobs."Matt Clay2017-09-071-0/+4
| | | | | | This reverts commit 31d2eb082890b91c0bb1a003ba47f19b4a188e55. (cherry picked from commit 67c7bd87450b9e2f71e74fb2a1d012ae70ce6827)
* updated chlogBrian Coca2017-09-061-0/+1
|
* fix check mode for solaris enable/disable (#29049)Brian Coca2017-09-061-12/+13
| | | | (cherry picked from commit 78040495921966180fd79145dd6182a6d891fdf2)
* Temporarily disable failing opensuse test jobs.Matt Clay2017-09-061-4/+0
| | | | (cherry picked from commit 31d2eb082890b91c0bb1a003ba47f19b4a188e55)
* less confusing 'args' message (#29053)Brian Coca2017-09-063-5/+9
| | | | | | | * less confusing 'args' message * fix test (cherry picked from commit fe3b4325c203c2665ff7da68c5150da12326cc14)
* Ensure proper conversion while backing up of junos config (#28958) (#28992)Ganesh Nalawade2017-09-043-5/+6
| | | | | | | | | | | * Ensure proper conversion while backing up of junos config * Minor changes * Fix review comment * Open config backup file in binary mode (cherry picked from commit cc9ed352dd547b19439cb5c9373f8529e6385314)
* Add filetree non-ascii fix to changelogToshio Kuratomi2017-09-011-0/+1
|
* Fix encoding error on grp.gr_name, which can contain non-ascii chars at ↵Sergey Scherbakov2017-09-011-2/+2
| | | | | | | | | | domain PCs (#25804) * Fix encoding errors on grp.gr_name, which can contain non-ascii character at LDAP/AD domain workstations * fix: utils.to_text() is now used instead of py3-incompatible unicode() method (cherry picked from commit c16d258a27d73a31a577f02fdcbcdadd78fb2d95)
* Junos_config unicode (#23369) (#28913)Ganesh Nalawade2017-09-013-7/+8
| | | | | | | | | * Try to handle unicode output more sensibly * Appears I'm getting latin1 instead Ugh. (cherry picked from commit 689b93bf145a48bf641705a00c5d1996e3dc45dc)
* CSS for versioned docs TOC header.Scott Butler2017-08-312-8/+20
|
* Updated CSS for versioned docs - back ported from level.Scott Butler2017-08-311-0/+6
|
* Fixed index so TOC points to new community landing page.Scott Butler2017-08-311-1/+1
|
* Bulk rst/community backport (#28896)John R Barker2017-08-319-0/+554
|
* Handle AttributeError in vmware module_utilsAbhijeet Kasurde2017-08-311-2/+7
| | | | | | | | | When vm has no MAC address assigned to it. Fix handles attribute error if MAC address is not set. Fixes: #28471 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* [cloud] Backport handling of CloudFormation failure state - fixes #24596 ↵Alex Shteinikov2017-08-301-2/+4
| | | | #24596 #26603 (#28713)
* Replace opensuse42.1 with opensuse42.3 in CI.Matt Clay2017-08-302-4/+4
| | | | (cherry picked from commit af9b0ba47badce395758f1a3a712ee6ddf38b093)
* fix two broken absolute links (#28766)anarcat2017-08-301-11/+11
| | | | | | | | * fix two broken absolute links instead of using absolute links, we use normal Sphinx mechanics to make sure those links work portably in the future * reformat list so paragraphs are properly indented
* updated changelog for win-get-url TLS backportJordan Borean2017-08-301-0/+1
|
* win_get_url.ps1 - enable TLS1.1/TLS1.2 if they're available but disabled ↵Dave2017-08-301-0/+9
| | | | | | (#26833) (cherry picked from commit 4cec83471c47af37a7467afc41120354214cc5dc)
* updated with cpBrian Coca2017-08-291-0/+1
|
* allow pesky 'bridge' facts to bypass facts filter (#28401)Brian Coca2017-08-292-5/+8
| | | | | | | | | | * allow pesky 'bridge' facts to bypass facts filter fixes #27729, #23577 * I ate pepe (cherry picked from commit c06f8a3f9b7eccffe88e18c2b6814536996d172b)
* updated changelog as per backportBrian Coca2017-08-251-0/+1
|
* Update connection logic in vmware module_utilsAbhijeet Kasurde2017-08-251-14/+15
| | | | | | | | Fix updates logic of connection in vmware module_utils. Fixes: #28577 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add efs py3 fix to changelogToshio Kuratomi2017-08-231-0/+1
|
* Fixing Issue #27270 - EFS TypeError (#27318)Patrick Murray2017-08-231-10/+8
| | | | | | | | | | | | | * Fixing Issue #27270 regarding a TypeError invoked by the addition of a Filter type and List type. * Fix SecurityGroup from always being reported as changed on PY3 On Python3, filter returns a generator. This causes us to report that security groups are always defined on Python3 even when there are none. Also change filter() calls into list comprehensions. (cherry picked from commit b828b5d33b24719d77174c8cfb9d611c7dbc2a91)
* update changelog, add fix for exoscale authRene Moser2017-08-221-0/+1
|
* exoscale: fix api_key param auth typoRene Moser2017-08-221-1/+1
| | | | (cherry picked from commit 58cd1071666e329d803b9a4af9d527a80326a75f)