summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [backport][2.6]Update EOL Docs - batch fix for 2.6 (#72757)stable-2.6Sandra McCann2020-12-017-1297/+28
| | | | | | | | | * replace porting guides with stub pages - issue 71687 (#71988) (cherry picked from commit 5a3a2d1a39a610a820ec0142b93b0200222c05f3) * Remove Edit on GitHub (cherry picked from commit 304adf8481fa1cb52258d62a655b078cbecdf53c)
* point all older release pages to devel (#71428) (#71474)Sandra McCann2020-08-271-148/+4
| | | (cherry picked from commit 3be597419d5656ea69fa7c505f196d528af07914)
* [Doc-Release-2.9][2.6] eol the 2.6 release (#64118)Sandra McCann2019-10-312-6/+4
| | | | | | * eol the release * remove version selector
* Update Ansible release version to v2.6.20.post0.Matt Davis2019-10-171-1/+1
|
* New release v2.6.20v2.6.20Matt Davis2019-10-174-1/+30
|
* [stable-2.6] Properly mask no_log values is sub parameters during failure ↵Sam Doran2019-10-147-1/+151
| | | | | | | | | (#63405) ci_complete (cherry picked from commit 99ddd411a6) Co-authored-by: Sam Doran <sdoran@redhat.com>
* [stable-2.6] Fix STS assume role error message when role does not exist (#63249)Jill R2019-10-141-2/+2
| | | | | | | | AWS appears to have changed this error message again. Fixes https://app.shippable.com/github/ansible/ansible/runs/145643/115/tests (cherry picked from commit ce402f003f) Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com>
* [stable-2.6] Wrap CLI passwords as AnsibleUnsafeText (#63352) (#63393)Matt Martz2019-10-118-8/+52
| | | | | | | | | | | | | | | | | | | | | * [stable-2.6] Wrap CLI passwords as AnsibleUnsafeText (#63352) * isa string should rewrap as unsafe in get_validated_value * _is_unsafe shouldn't be concerned with underlying types * Start with passwords as text, instead of bytes * Remove unused imports * Add changelog fragment * Update changelog with CVE. (cherry picked from commit baeff7462d5d877b6849aa78f50860e7d10ce950) Co-authored-by: Matt Martz <matt@sivel.net> * Update tests
* Fix for plugins which used the boto libraries leaking the boto credentials ↵Toshio Kuratomi2019-10-102-1/+11
| | | | | | | | to logs (cherry picked from commit 3753304d209f2fdc28f0b2ebf1e139eb3d8c22b1) https://github.com/ansible/ansible/pull/63366
* documentation: modify the link to the docker.txt listing all images (#61838) ↵ndclt2019-09-051-1/+1
| | | | | | | (#61851) The file was moved. (cherry picked from commit aadb192846bb838bbeb8df9f06d2180643699a48)
* Update Ansible release version to v2.6.19.post0.Toshio Kuratomi2019-08-151-1/+1
|
* New release v2.6.19v2.6.19Toshio Kuratomi2019-08-154-1/+25
|
* [stable-2.6] Start dbus when setting up postgresql tests.Matt Clay2019-08-151-0/+6
| | | | | | (cherry picked from commit c309570540) Co-authored-by: Matt Clay <matt@mystile.com>
* prevent templating of passwords from prompt (#59246) (#59554)Brian Coca2019-08-123-3/+22
| | | | | | | | | | | | | | | | | | | * prevent templating of passwords from prompt (#59246) * prevent templating of passwords from prompt fixes CVE-2019-10206 (cherry picked from commit e9a37f8e3171105941892a86a1587de18126ec5b) * Improve performane of UnsafeProxy __new__ This adds an early return to the __new__ method of the UnsafeProxy object which avoids creating the unsafe object if the incoming object is already unsafe. (cherry picked from commit c1e23c22a9fedafaaa88c2119b26dc123ff1392e) (cherry picked from commit 490f17c7f959ce153765c1f033fdc30becf0faf7)
* add eol banner (#59254)Sandra McCann2019-08-071-0/+4
| | | | (cherry picked from commit 00699735e9afcb8f03756517e25e3c6465d6368b)
* [stable-2.6] Wait for Ansible Tower instance to be readySam Doran2019-08-021-0/+1
| | | | | | (cherry picked from commit ea209e1c2f) Co-authored-by: Sam Doran <sdoran@redhat.com>
* Remove redundant "Sanity Tests »" from page title.Matt Clay2019-07-2640-80/+80
| | | | | | | | The docs now have multi-level breadcrumbs so including "Sanity Tests »" in the title on a sanity test page is redundant. (cherry picked from commit b4494fa5476a055df343f1c6d17ea0a135d4498a) (cherry picked from commit dd42aac8780b49dc7d363cdef28dbfd75cfe2b1e) (cherry picked from commit 2e66d739405da57c03552bad374a600b1bab78c3)
* [stable-2.6] Fix nightly rpm releaseToshio Kuratomi2019-07-241-2/+2
| | | | | | | | | | | | | The nightly rpm builds were using a timestamp from the last git commit in their Release field. Unfortunately, that was using author timestamp which is nonsequential. Change to using commit timestamp which is sequential. note that this still has a cornercase if the branch's history is ever rewritten. (cherry picked from commit 97edfcc) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* disable s3_lifecycle tests (#59311)Sloane Hertel2019-07-221-0/+1
| | | | (cherry picked from commit 1d3f2c77642bcd4f0cef761bad7e30ebf9d33906)
* [stable-2.6] Improve dnf test formatting and fix RHEL 8 module name (#58648)Sam Doran2019-07-172-14/+14
| | | | | | | - use single include_vars task rather than multiple set_fact tasks - use multi-line YAML to break up long conditionals - use version() test rather than direct comparisions (cherry picked from commit 16d6fcf5148e2a527f5c6e2603490a2e79500a91)
* Add a banner message to warn when not on latest documentation (#58526) (#58767)Sandra McCann2019-07-083-7/+31
| | | | * add banner to versions that are not latest (cherry picked from commit 35b6345bdcdc47126b05617736c67892f27db784)
* [stable-2.6] Fix unicode error in changelog generationToshio Kuratomi2019-07-051-2/+3
| | | | | | (cherry picked from commit fed90ef) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* Update Ansible release version to v2.6.18.post0.Toshio Kuratomi2019-07-031-1/+1
|
* New release v2.6.18v2.6.18Toshio Kuratomi2019-07-034-1/+25
|
* Make nuage_vspk test more reliableSam Doran2019-06-262-8/+21
| | | | | | | | - don't background the nuage-vsd-sim - increase the asncy timeout - use uri to actually query the simulator API to make sure it is ready for connections (cherry picked from commit 911a2ec6d3aad72eb72f6a9b1401777332402a5d)
* [stable-2.6] Fix nuage_vspk integration test:Matt Clay2019-06-263-12/+6
| | | | | | | | - Wait for API to be ready. - Enumerate test cases on controller. (cherry picked from commit 29de0619e860cd1dad111b3572aed42c90929cbf) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.6] also allow None Type for safe eval (#58269)markafarrell2019-06-251-0/+1
| | | | | | (cherry picked from commit 8555b72) Co-authored-by: markafarrell <mark.andrew.farrell@gmail.com>
* [stable-2.6] Add Fedora 30 to test matrix (#57713)Sam Doran2019-06-242-4/+4
| | | | | | | Remove Fedora 28 from test matrix. (cherry picked from commit 7b9d991f78b1916fb0019bdd110f3582d4afb871) Co-authored-by: Sam Doran <sdoran@redhat.com>
* [stable-2.6] Add work-around for scp issue in tests.Matt Clay2019-06-211-1/+14
| | | | | | (cherry picked from commit 414ac12ddd785bd0a5b534d7b1571269ee8380ae) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.6] passwordstore lookup - replace expired GPG key (#58141)Sam Doran2019-06-203-71/+152
| | | | | | | | - Replace private key that expired an 2019-06-20 with a key that does not expire - Document how to generate a new GPG key using an input file (cherry picked from commit b9d77b997e) Co-authored-by: Sam Doran <sdoran@redhat.com>
* backport 2.6 - add dropdown version changer - 55655 (#58098)Sandra McCann2019-06-194-33/+61
|
* [stable-2.6] Change integration tests in order to pass on Fedora 30 (#58081)Sam Doran2019-06-194-36/+46
| | | | | | | | | | | | | | | | | | | * Use different package for DNF tests Ninja caused errors in Fedora 30. This works in both Fedora 29 and 30. * Fix git integration tests Git >= 2.21.0 has either a bug or change in behavior where it errors when fetching a repository containing submodules that are behind the upstream submodule commits. It's weird and I don't fully understand it. Get around this my checking out specific commits from a repository rather than switch the origin URL. * Fix PostgreSQL tests The error message is slightly different. (cherry picked from commit 18feeb51a88e221bbfaaaaf4d466d5b3330e429d) Co-authored-by: Sam Doran <sdoran@redhat.com>
* safe_eval fix (#57188)Brian Coca2019-06-177-6/+66
| | | | | | | | | | | * just dont pass locals - also fix globals - added tests * fixed tests (cherry picked from commit b9b0b230150eceb442c34c917d9e852d5e8b7371)
* [stable-2.6] Limit tests to paramiko < 2.5.0.Matt Clay2019-06-101-0/+1
| | | | | | (cherry picked from commit 1e6edf2ccc970e790692df819f22ead4e28ec0b4) Co-authored-by: Matt Clay <matt@mystile.com>
* Update link to AWS guidelines to point at the devel docsite since the (#57467)Ed Costello2019-06-101-1/+1
| | | GUIDELINES.md has been moved to the docsite from devel on github.
* fix breadcrumbs (#57426)Sandra McCann2019-06-052-15/+97
|
* ansible-test: prefer shlex.quote (#56823)Martin Krizek2019-05-283-9/+13
| | | | (cherry picked from commit 484c0233169a6e037a3ce57830114e51d00898af)
* [stable-2.6] Validate types before asserting lengths (#56882)Matt Martz2019-05-261-4/+4
| | | | | | (cherry picked from commit 9c5b721) Co-authored-by: Matt Martz <matt@sivel.net>
* Update Ansible release version to v2.6.17.post0.Toshio Kuratomi2019-05-231-1/+1
|
* New release v2.6.17v2.6.17Toshio Kuratomi2019-05-234-1/+33
|
* [stable-2.6] win_get_url: ignore defender false positive in tests (#56826)Matt Clay2019-05-232-0/+52
| | | | | | | | | * [stable-2.6] 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) (#56653) (cherry picked from commit 0330ea616eee7183920be45a34737f0d72aaf184)
* Backport/2.6/docs default lists (#56666)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) (#56663)Alicia Cozine2019-05-212-1/+2
| | | | | * speeds up the docs build by changing the navigation collapse setting (cherry picked from commit 47a440774f7cd1c2582fa5d846eb2cd1ff043bd4)
* Update default roles_path documentation (#56320) (#56664)Alicia Cozine2019-05-201-5/+4
| | | (cherry picked from commit c1ebc8d9c2558ccdfa2011d7a1c5c4f1ea894f64)
* creates reversed glob TOCs for porting guide and roadmap index pages (#56656)Alicia Cozine2019-05-202-6/+5
|
* clean backport of PR 56355 (#56652)Alicia Cozine2019-05-201-1/+1
|
* [stable-2.6] Changing the license to Apache 2EvgenyF2019-05-201-0/+32
| | | | | | (cherry picked from commit ea4842c0d3312e941e0d0feac11f3ce0b9925759) Co-authored-by: EvgenyF <evgenyf@radware.com>
* [backport][Doc-Release-2.8] backport release table for 2.8 (#56661)Sandra McCann2019-05-201-30/+35
| | | * backport table of supported releases
* win_acl - fix network path qualifier parsing (#55970)Jordan Borean2019-05-174-5/+55
| | | | (cherry picked from commit cc3b8b9f729a6176434a6e76d9940869b8b226c5)