Matt Clay
1049e5e064
[stable-2.7] Limit tests to paramiko < 2.5.0.
...
(cherry picked from commit 1e6edf2ccc
)
Co-authored-by: Matt Clay <matt@mystile.com>
6 years ago
Felix Fontein
755bdc4f15
acme_certificate: fix docs ( #57557 ) ( #57568 )
...
* Fix indentation.
* Forgot when condition for second acme_certificate call.
(cherry picked from commit 9d67f476e6
)
6 years ago
Ed Costello
5dcb20dfdb
Replace links to AWS module guidelines with links to devel docsite since ( #57466 )
...
the GUIDELINES.md has been moved to the docsite.
6 years ago
Sandra McCann
31fc9f9260
backport 57316 ( #57424 )
6 years ago
Felix Fontein
0b5ab1e041
Fix assignments in docker tests. ( #57249 )
...
(cherry picked from commit 7cd229aa97
)
6 years ago
Martin Krizek
fa1cef7190
ansible-test: prefer shlex.quote ( #56823 )
...
(cherry picked from commit 484c023316
)
6 years ago
Matt Martz
634690ede5
[stable-2.7] Validate types before asserting lengths ( #56882 )
...
(cherry picked from commit 9c5b721
)
Co-authored-by: Matt Martz <matt@sivel.net>
6 years ago
Toshio Kuratomi
4c40e88851
Update Ansible release version to v2.7.11.post0.
6 years ago
Toshio Kuratomi
a25e32f247
New release v2.7.11
6 years ago
Matt Clay
e045506876
[stable-2.7] win_get_url: ignore defender false positive in tests ( #56825 )
...
* [stable-2.7] win_get_url: ignore defender false positive in tests (#56812 )
(cherry picked from commit 124400f319
)
Co-authored-by: Jordan Borean <jborean93@gmail.com>
* Adapt tests to work without remote_tmp_dir.
6 years ago
Alicia Cozine
52de0b4e61
Removed misleading padding from highlighted results of a search query ( #55464 ) ( #56654 )
...
(cherry picked from commit 0330ea616e
)
6 years ago
Alicia Cozine
c452837c5d
Backport/2.7/docs default lists ( #56667 )
...
* Improve rendering of default lists (#56041 )
(cherry picked from commit 53ed1bfc49
)
* Add compat tojson filter for jinja2 versions missing it (#56596 )
(cherry picked from commit 3f4a22d8ef
)
6 years ago
Alicia Cozine
9e9db8a17d
Speed up the Sphinx documentation build ( #55593 ) ( #56662 )
...
* speeds up the docs build by changing the navigation collapse setting
(cherry picked from commit 47a440774f
)
6 years ago
Bill Dodd
61643874f2
Expose timeout option to Redfish modules
...
(cherry picked from commit d8536e47d3
)
6 years ago
Nilashish Chakraborty
aa616b436c
Fix VyOS cli prompt issues ( #56389 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
(cherry picked from commit 30ccc8e1bd
)
Add changelog for vyos prompt fix
6 years ago
Sumit Jaiswal
85b21c2c9b
Backport PR for fixing NIOS_ZONE module idempotency ( #56346 )
...
* 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 661f7be0fe
)
* 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>
6 years ago
Lars Kellogg-Stedman
a8e14cfe1f
connection/docker: add privilege escalation support
...
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 .
6 years ago
Strahinja Kustudic
6bc671a46a
Backport/2.7/55695 ( #56253 )
...
* 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 0432b7f252
)
* 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 a16128f778
)
* Add changelog fragment for sysctl
(cherry picked from commit 3ad9d4d83c
)
6 years ago
Paul Belanger
9c670d9d05
Fix vyos_command integration test ( #56091 )
...
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 59d20e004e
)
6 years ago
Alicia Cozine
2d414b2778
Update default roles_path documentation ( #56320 ) ( #56665 )
...
(cherry picked from commit c1ebc8d9c2
)
6 years ago
Alicia Cozine
f4ce200b97
creates reversed glob TOCs for porting guide and roadmap index pages ( #56655 )
6 years ago
Alicia Cozine
dca3154f8c
clean backport of PR 56355 ( #56651 )
6 years ago
EvgenyF
634b89ac01
[stable-2.7] Changing the license to Apache 2
...
(cherry picked from commit ea4842c0d3
)
Co-authored-by: EvgenyF <evgenyf@radware.com>
6 years ago
Sandra McCann
84ade9f7b6
fix backport issues ( #56648 )
6 years ago
Felix Fontein
d9d5cca69e
oom_killer and oom_score_adj are available since docker-py 1.8.0. ( #56012 )
...
* oom_killer and oom_score_adj are available since docker-py 1.8.0.
* Add changelog.
(cherry picked from commit f692261ea0
)
6 years ago
Felix Fontein
13862f8f34
Adjust to stable-2.7 return value names.
6 years ago
Felix Fontein
5daef29e4d
docker_container: use restart() API function instead of stop/start sequence ( #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 95d1564f70
)
6 years ago
Jordan Borean
3db80f68f7
win_acl - fix network path qualifier parsing ( #55970 )
...
(cherry picked from commit cc3b8b9f72
)
6 years ago
Matt Martz
616763e290
[stable-2.7] Bump erlang ping to 1:20.3.8.18-1
...
(cherry picked from commit 4b00141
)
Co-authored-by: Matt Martz <matt@sivel.net>
6 years ago
James Tanner
27702365a8
[stable-2.7] Nullify improperly licensed test file
...
(cherry picked from commit 940d58e
)
Co-authored-by: James Tanner <tanner.jc@gmail.com>
6 years ago
Sam Doran
ac416f00ca
[stable-2.7] Clarify documentation an reboot delay paramaters ( #55934 ). ( #55959 )
...
(cherry picked from commit 0e8a6e08ce
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
6 years ago
Felix Fontein
954462c24f
fix documentation for docker_container publish_ports option ( #56093 ) ( #56099 )
...
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 5e74ecb4fd
)
6 years ago
Felix Fontein
7705c9044d
Update openssl_privatekey.py ( #55438 ) ( #56066 )
...
Docs: Update lib/ansible/modules/crypto/openssl_privatekey.py
Co-Authored-By: snagoor <nagoor.s@gmail.com>
(cherry picked from commit 2925f6960e
)
6 years ago
Matt Clay
a44b62a2dd
[stable-2.7] Install rabbitmq from s3 in tests..
...
(cherry picked from commit e105f5b436
)
Co-authored-by: Matt Clay <matt@mystile.com>
6 years ago
Sam Doran
5ab7ec153f
Properly reset timezone in user test when it was originally n/a ( #55389 )
...
(cherry picked from commit b4e83642c8
)
6 years ago
Sam Doran
b394d309f1
[stable-2.7] User - Fix shadow file parsing on AIX ( #55230 )
...
Implement a new method for shadow file parsing so it can be subclassed..
(cherry picked from commit f27eccabbd
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
6 years ago
Rene Moser
17961e6335
tests: vultr: fix tests due to vultr API changes ( #55621 )
...
(partly cherry picked from commit e0ea5bb
)
6 years ago
René Moser
8a8c9ed089
vultr_server: fix idempotency for private network and IPv6 options ( #55619 )
...
* vultr_server: fix idempotency for private network and IPv6 options
* add changelog
(partly cherry picked from commit 1705ef5f26
)
6 years ago
Hannes Ljungberg
6f3b0e7177
[2.7] docker_swarm_service: Pass correct types on secrets/configs gid,uid,mode ( #55617 )
...
* Pass correct types on secrets/configs gid,uid,mode
* Add changelog fragment
* Fix idempotency
6 years ago
Nathaniel Case
f31374914f
[stable-2.7] Move missing library abort to use rather than import ( #55648 )
...
* [stable-2.7] Move missing library abort to use rather than import for netconf (#55384 ).
(cherry picked from commit b442706b54
)
Co-authored-by: Nathaniel Case <this.is@nathanielca.se>
* Add changelog
* missing_required_lib not in 2.7
6 years ago
Robert Osowiecki
9aa9c11a1a
vsphere_guest: corrected fix #19716 misbehaviour ( #55285 )
...
* creating machines without vm_extra_config is possible
* power state operation on absent machines will fail
(cherry picked from commit 93758a5141
)
6 years ago
Jordan Borean
d9c065d217
win_service - simply env test ( #55498 )
...
(cherry picked from commit 62badd76a5
)
6 years ago
Felix Fontein
ed1640e9dc
[2.7] docker_container: fix support for docker-py 1.7.0 ( #55496 )
...
* In theory, some 2.7 modules support docker-py 1.7.0.
* Add changelog.
6 years ago
Jordan Borean
e51edbfa1e
win_region - fix format issues when using psrp ( #55487 )
...
(cherry picked from commit f247c21d23
)
6 years ago
Sandra McCann
22194345d0
Update Ansible docsite CSS to fix multi-page printing issue ( #51472 ) ( #55666 )
...
* Update css to fix multi-page printing issue
* Add margin edit
(cherry picked from commit 51ac4d3441
)
6 years ago
Jordan Borean
e093b8a07e
SCP filename validation docs ( #55399 )
...
* 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 8542f16fa9
)
6 years ago
Martin Krizek
44b3f967bf
ansible-test yamllint: fix UnicodeDecodeError ( #55364 )
...
* ansible-test yamllint: fix UnicodeDecodeError
* Conditional fix
(cherry picked from commit f8bebc61c8
)
6 years ago
Jordan Borean
ab725bb86e
psrp - Fix raw and script tests for connection plugin ( #55357 )
...
* psrp - Fix raw and script tests for connection plugin
* Fix error propagation with raw in psrp
* uncomment test
(cherry picked from commit fdf9df89f5
)
6 years ago
Christopher Snyder
ad953171eb
redhat_subscription: Fix usage of ConfigParser ( #54815 )
...
(cherry picked from commit 09f68fc659
)
6 years ago
Jordan Borean
8d259f6e64
psrp - fix test_command rc for win_reboot ( #55354 )
...
(cherry picked from commit 49655a452d
)
6 years ago