summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.7.11v2.7.11Toshio Kuratomi2019-05-234-1/+120
|
* [stable-2.7] win_get_url: ignore defender false positive in tests (#56825)Matt Clay2019-05-232-0/+52
| | | | | | | | | * [stable-2.7] win_get_url: ignore defender false positive in tests (#56812) (cherry picked from commit 124400f319e7dab576b0c1417afbabde5fa44331) Co-authored-by: Jordan Borean <jborean93@gmail.com> * Adapt tests to work without remote_tmp_dir.
* Removed misleading padding from highlighted results of a search query ↵Alicia Cozine2019-05-211-1/+1
| | | | | (#55464) (#56654) (cherry picked from commit 0330ea616eee7183920be45a34737f0d72aaf184)
* Backport/2.7/docs default lists (#56667)Alicia Cozine2019-05-212-1/+6
| | | | | | | | | | * Improve rendering of default lists (#56041) (cherry picked from commit 53ed1bfc49a14b17f86af3f1a0009417ea840d72) * Add compat tojson filter for jinja2 versions missing it (#56596) (cherry picked from commit 3f4a22d8efe22484ba5b5df6bb14a9929d899a6a)
* Speed up the Sphinx documentation build (#55593) (#56662)Alicia Cozine2019-05-212-1/+2
| | | | | * speeds up the docs build by changing the navigation collapse setting (cherry picked from commit 47a440774f7cd1c2582fa5d846eb2cd1ff043bd4)
* Expose timeout option to Redfish modulesBill Dodd2019-05-205-11/+48
| | | | (cherry picked from commit d8536e47d3fe1d31412f192ce567a9780ae0d521)
* Fix VyOS cli prompt issues (#56389)Nilashish Chakraborty2019-05-203-3/+7
| | | | | | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> (cherry picked from commit 30ccc8e1bd356f78fe2077720ddcab372cfab69c) Add changelog for vyos prompt fix
* Backport PR for fixing NIOS_ZONE module idempotency (#56346)Sumit Jaiswal2019-05-202-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * To fix the issue where nios_zone module was running second time for same object (#55595) * fix for 55128 issue Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * review comment fix Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> (cherry picked from commit 661f7be0fe5acea3901b13691bef68467521aec2) * changelog for 2.7 backport Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * changelog for 2.7 backport Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * shippable fix Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* connection/docker: add privilege escalation supportLars Kellogg-Stedman2019-05-202-2/+50
| | | | | | | | | As described in #53385 (and #31759), the docker connection driver did not support privilege escalation. This commit is a shameless cut-and-paste of the privilege escalation support from the `local` connection plugin into the `docker` plugin. This is a backport to stable-2.7 of #55816.
* Backport/2.7/55695 (#56253)Strahinja Kustudic2019-05-203-7/+59
| | | | | | | | | | | | | | | | | | | | | | | | * sysctl will now return an error if the value is invalid sysctl can fail to set a value even if it returns an exit status 0. More details: https://bugzilla.redhat.com/show_bug.cgi?id=1264080. Because of this in case of an invalid value or a read-only file system, sysctl module would return OK, even though it didn't set anything. To be sure that sysctl correctly applied the changes we also need to check the output of stderr. (cherry picked from commit 0432b7f2522dbf82c4fabdb3fd17f7ac83f34e62) * Run sysctl with LANG=C Because we are parsing sysctl stderr we need to make sure that errors are persistent across different system language settings. (cherry picked from commit a16128f778b1e7574c5986aed26e146ac0561533) * Add changelog fragment for sysctl (cherry picked from commit 3ad9d4d83c1d2bbfccefb8388904c596d98f8731)
* Fix vyos_command integration test (#56091)Paul Belanger2019-05-201-17/+32
| | | | | | | | | This has been broken for some time, but only noticed recently. Because vyos_command isn't supported on ansible_connection=local, update our testing to account for that. Signed-off-by: Paul Belanger <pabelanger@redhat.com> (cherry picked from commit 59d20e004e0e76b7746bb2047dd3815d9bbfcdf1)
* Update default roles_path documentation (#56320) (#56665)Alicia Cozine2019-05-201-5/+4
| | | (cherry picked from commit c1ebc8d9c2558ccdfa2011d7a1c5c4f1ea894f64)
* creates reversed glob TOCs for porting guide and roadmap index pages (#56655)Alicia Cozine2019-05-202-7/+5
|
* clean backport of PR 56355 (#56651)Alicia Cozine2019-05-201-1/+1
|
* [stable-2.7] Changing the license to Apache 2EvgenyF2019-05-201-0/+32
| | | | | | (cherry picked from commit ea4842c0d3312e941e0d0feac11f3ce0b9925759) Co-authored-by: EvgenyF <evgenyf@radware.com>
* fix backport issues (#56648)Sandra McCann2019-05-201-30/+35
|
* oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012)Felix Fontein2019-05-203-20/+3
| | | | | | | | * oom_killer and oom_score_adj are available since docker-py 1.8.0. * Add changelog. (cherry picked from commit f692261ea01032ffc6bdc55a6cd1794928dd89cf)
* Adjust to stable-2.7 return value names.Felix Fontein2019-05-201-4/+4
|
* docker_container: use restart() API function instead of stop/start sequence ↵Felix Fontein2019-05-204-110/+137
| | | | | | | | | | | | | | | | | | (#55894) * Improve container restart. * Adjust tests. * Add changelog. * Quote options. * Move tests for restart/recreate options to start/stop tests. * Fix changelog name. (cherry picked from commit 95d1564f703eda5ac5691b43b172513c0d5effcb)
* win_acl - fix network path qualifier parsing (#55970)Jordan Borean2019-05-174-5/+55
| | | | (cherry picked from commit cc3b8b9f729a6176434a6e76d9940869b8b226c5)
* [stable-2.7] Bump erlang ping to 1:20.3.8.18-1Matt Martz2019-05-161-1/+1
| | | | | | (cherry picked from commit 4b00141) Co-authored-by: Matt Martz <matt@sivel.net>
* [stable-2.7] Nullify improperly licensed test fileJames Tanner2019-05-151-26/+0
| | | | | | (cherry picked from commit 940d58e) Co-authored-by: James Tanner <tanner.jc@gmail.com>
* [stable-2.7] Clarify documentation an reboot delay paramaters (#55934). (#55959)Sam Doran2019-05-062-10/+10
| | | | | (cherry picked from commit 0e8a6e08ce031b21bafd899e9e7d256bb4220688) Co-authored-by: Sam Doran <sdoran@redhat.com>
* fix documentation for docker_container publish_ports option (#56093) (#56099)Felix Fontein2019-05-061-1/+0
| | | | | | | The documentation for the docker_container publish_ports options erroneously stated that container ports must be "exposed" in order to be "published". (cherry picked from commit 5e74ecb4fdce1356c089def82cd1ac8610778969)
* Update openssl_privatekey.py (#55438) (#56066)Felix Fontein2019-05-061-1/+3
| | | | | | Docs: Update lib/ansible/modules/crypto/openssl_privatekey.py Co-Authored-By: snagoor <nagoor.s@gmail.com> (cherry picked from commit 2925f6960ee6a3f0a9774df09557e1f22092ae06)
* [stable-2.7] Install rabbitmq from s3 in tests..Matt Clay2019-04-301-7/+2
| | | | | | (cherry picked from commit e105f5b436c64993868c5d55e3c3ccd3959203c8) Co-authored-by: Matt Clay <matt@mystile.com>
* Properly reset timezone in user test when it was originally n/a (#55389)Sam Doran2019-04-241-0/+19
| | | | (cherry picked from commit b4e83642c8f0e354c3a448667d3ebebf833c0cf6)
* [stable-2.7] User - Fix shadow file parsing on AIX (#55230)Sam Doran2019-04-242-3/+57
| | | | | | | Implement a new method for shadow file parsing so it can be subclassed.. (cherry picked from commit f27eccabbd00f628f6e4195be7e1e4e5c463cba2) Co-authored-by: Sam Doran <sdoran@redhat.com>
* tests: vultr: fix tests due to vultr API changes (#55621)Rene Moser2019-04-244-31/+41
| | | | (partly cherry picked from commit e0ea5bb)
* vultr_server: fix idempotency for private network and IPv6 options (#55619)René Moser2019-04-242-5/+7
| | | | | | | | * vultr_server: fix idempotency for private network and IPv6 options * add changelog (partly cherry picked from commit 1705ef5f263c81c6c8edf5d6beb31b083a8522fa)
* [2.7] docker_swarm_service: Pass correct types on secrets/configs ↵Hannes Ljungberg2019-04-232-12/+14
| | | | | | | | | | gid,uid,mode (#55617) * Pass correct types on secrets/configs gid,uid,mode * Add changelog fragment * Fix idempotency
* [stable-2.7] Move missing library abort to use rather than import (#55648)Nathaniel Case2019-04-236-52/+65
| | | | | | | | | | | * [stable-2.7] Move missing library abort to use rather than import for netconf (#55384). (cherry picked from commit b442706b543d5e890940d14f9701ebdaae27d83e) Co-authored-by: Nathaniel Case <this.is@nathanielca.se> * Add changelog * missing_required_lib not in 2.7
* vsphere_guest: corrected fix #19716 misbehaviour (#55285)Robert Osowiecki2019-04-232-3/+6
| | | | | | | * creating machines without vm_extra_config is possible * power state operation on absent machines will fail (cherry picked from commit 93758a5141f5d9f441ff77e7ba2d1fdf7fda25d6)
* win_service - simply env test (#55498)Jordan Borean2019-04-232-13/+4
| | | | (cherry picked from commit 62badd76a5adae504e1e669edf8893195d6dc8e7)
* [2.7] docker_container: fix support for docker-py 1.7.0 (#55496)Felix Fontein2019-04-236-9/+13
| | | | | | * In theory, some 2.7 modules support docker-py 1.7.0. * Add changelog.
* win_region - fix format issues when using psrp (#55487)Jordan Borean2019-04-232-28/+85
| | | | (cherry picked from commit f247c21d23d810b7d0c163292f5e26fb4048cbf1)
* Update Ansible docsite CSS to fix multi-page printing issue (#51472) (#55666)Sandra McCann2019-04-231-30/+31
| | | | | | * Update css to fix multi-page printing issue * Add margin edit (cherry picked from commit 51ac4d34416a452bd78188051931f83610fb0950)
* SCP filename validation docs (#55399)Jordan Borean2019-04-231-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * SCP filename validation docs * Update docs/docsite/rst/reference_appendices/faq.rst Co-Authored-By: jborean93 <jborean93@gmail.com> * Update docs/docsite/rst/reference_appendices/faq.rst Co-Authored-By: jborean93 <jborean93@gmail.com> * Update docs/docsite/rst/reference_appendices/faq.rst Co-Authored-By: jborean93 <jborean93@gmail.com> * edits to scp FAQ entry * zeut alors I have missed one * incorporate jborean feedback * adds link to bug report (cherry picked from commit 8542f16fa932c5992743a66c6f1f28caeb5d6f7c)
* ansible-test yamllint: fix UnicodeDecodeError (#55364)Martin Krizek2019-04-221-1/+4
| | | | | | | | * ansible-test yamllint: fix UnicodeDecodeError * Conditional fix (cherry picked from commit f8bebc61c8e176f8ebde9743a59b162d1df6ae6a)
* psrp - Fix raw and script tests for connection plugin (#55357)Jordan Borean2019-04-174-22/+52
| | | | | | | | | | * psrp - Fix raw and script tests for connection plugin * Fix error propagation with raw in psrp * uncomment test (cherry picked from commit fdf9df89f5c5506e43dae19bce4eba29625f1869)
* redhat_subscription: Fix usage of ConfigParser (#54815)Christopher Snyder2019-04-162-2/+4
| | | | (cherry picked from commit 09f68fc6595ab078210fa1846f620dd4ad4cba66)
* psrp - fix test_command rc for win_reboot (#55354)Jordan Borean2019-04-163-50/+28
| | | | (cherry picked from commit 49655a452dae38749e6354ef1cf465bc14e5608e)
* psrp - Fix fetch for large files (#55351)Jordan Borean2019-04-162-7/+20
| | | | | | | | * psrp - Fix fetch for large files * Fix typo (cherry picked from commit 52946c49a4e42fbe55080e2fb63bdcfb9bc6e994)
* win_feature - get tests working on psrp (#55353)Jordan Borean2019-04-162-123/+132
| | | | (cherry picked from commit 15c331cb480e6dd16b632636b7422c23c80916ec)
* win_whoami - Fix tests to work over psrp (#55352)Jordan Borean2019-04-161-1/+1
| | | | (cherry picked from commit 33c2a9cea733947b98397e6bacab482537b48d2f)
* ACI: Ensure we use native strings for signature (#55161)Dag Wieers2019-04-162-2/+4
| | | | | | * ACI: Ensure we use native strings for signature * Add changelog fragment
* nxos_interface DI delay only when operation state check is requested (#55355)Trishna Guha2019-04-162-3/+6
| | | | | | | | | | | | | | | | | * nxos_interface:DI: delay only when operation state check is requested (#54862) * nxos_interface:DI: should only use delay when operation state check is requested There is a 10 second delay that is added for every interface that is changed. This delay should only occur when a task sets one of the `want` vars. * /return/continue/ (cherry picked from commit 0fe6bf911af78cffda9b17831ab2cb394ce2c0e9) * changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* meraki_vlan - Remove unnecessary API calls when net_id is specified (#54939)Kevin Breit2019-04-162-12/+6
| | | | | | | | * Remove unnecessary API calls when net_id is specified * Remove temp_get_nets commented out code (cherry picked from commit fb3cc7f687efb73577a2f9b7bc5fe92d4350e823)
* backport #55193 to 2.7Mario Lenz2019-04-162-22/+29
|
* docker_container: improve log_options idempotency by converting to string ↵Felix Fontein2019-04-163-2/+15
| | | | | | | | | | | | | | | | | | (#54955) * Warn when log_options values are not strings. * Add changelog. * Improve message. * Improve formatting and formulation of other messages. * Add test for warning. * Trying double escaping. (cherry picked from commit d64b17731d0a0d39b47ae16b54e7b744063aa42c)