Commit Graph

54511 Commits (50ab31f45d0d1c85472eb12b5524f8a7bb7da2fb)
 

Author SHA1 Message Date
Matt Davis 50ab31f45d
Update Ansible release version to v2.17.12.post0. (#85180) 7 months ago
Matt Davis c44757e44a
New release v2.17.12 (#85178) 7 months ago
Matt Clay 57c59972f7
Update Ansible release version to v2.17.12rc1.post0. (#85145) 7 months ago
Matt Clay 199a564dad
New release v2.17.12rc1 (#85143) 7 months ago
Matt Clay 1bdf97815a
[stable-2.17] release.py - Remove email announcement support (#85060) (#85140)
Also add missing git and run overloads.

(cherry picked from commit 93aa611435)
7 months ago
Matt Davis 58e7d475dc
add fuzzy matching to package_data sanity (#85103) (#85135)
* add fuzzy matching to package_data sanity

* relaxes exact directory matches for license files to allow setuptools > 72 to pass

* sanity

(cherry picked from commit 7e00053a30)
7 months ago
Felix Fontein a2225f78f8
ansible-doc: fix indent and line wrapping for first line of (sub-)option and (sub-)return value descriptions (#84690) (#84994)
* Fix initial indent for descriptions of suboptions.
* Fix line width for initial line of option descriptions.

(cherry picked from commit 352d8ec33a)
7 months ago
Brian Coca 342aeeb081
These actions do not support until (#84847) (#85045)
(cherry picked from commit 8ab342f8cc)
7 months ago
Brian Coca 19d35721c3
ensure predictable permissions on module artifacts (#84948) (#85073)
* ensure predictable permissions on module artifacts (#84948)

and test it!

(cherry picked from commit 9f894b81c2)

* missing aliases
7 months ago
Jordan Borean bc955df46c
[stable-2.18] - script fix become on Windows (#85077) (#85078)
Fixes become when using script on Windows and the become options were
set through host vars or sources that was not set on the task directives
itself.

(cherry picked from commit 59e2ddcae0)
7 months ago
Sloane Hertel 1cad5dc47a
Fix old_style_cache_plugins test failure using latest redis (#85091)
Pin last working version instead
7 months ago
Matt Clay 7c6147ed78
[stable-2.17] ansible-test - Use `-t` for container stop timeout (#85019) (#85057)
(cherry picked from commit 0aa8afbaf4)
7 months ago
Matt Martz 44e5ef71fe
Update Ansible release version to v2.17.11.post0. (#85029) 8 months ago
Matt Martz 5b29d916d9
New release v2.17.11 (#85024) 8 months ago
Matt Clay 3546111f2d
[stable-2.17] ansible-test - Replace FreeBSD 14.0 with 14.1 (#85028)
(cherry picked from commit a121a169e3)
8 months ago
Matt Martz ad1f141fe2
Update Ansible release version to v2.17.11rc1.post0. (#84986) 8 months ago
Matt Martz fea2ca5817
New release v2.17.11rc1 (#84981) 8 months ago
Brian Coca 8fc86acc87
Fix uninstall tests (#84973) (#84975)
match file name to package_manager detection of dnf5

(cherry picked from commit 6fc592df9b)
8 months ago
Matt Martz 1b01f1af94
Revert "[stable-2.17] basic: remember the user sensitive information to use later (#84699) (#84940)" (#84961)
This reverts commit 8bc0cab838.
8 months ago
Abhijeet Kasurde 8bc0cab838
[stable-2.17] basic: remember the user sensitive information to use later (#84699) (#84940)
* Git allows embedding username and password in repo URL for
  https authentication. This may lead to exposing the user sensitive
  information to logs and unautheticated users.
  Adding no_log will partially solve this.
* Added documentation warning user about URL embedded with username
  and password.
* Added logic to remember user sensitive information for later sanitization

Fixes: #84557
(cherry picked from commit 19e9f3d)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
8 months ago
Felix Fontein bbe1875add
Fix markup for config variable reference. (#84901) (#84902)
(cherry picked from commit b9e35d66c4)
8 months ago
Brian Coca c7db2cacac
Fix wait_for examples (#84870) (#84876)
connection: local is wrong as configured remote python does not always match controller
missing the timeout to wait 300s before error

(cherry picked from commit 3690819ee8)
8 months ago
Brian Coca 73189a7a8d
needed intesect, not difference (#84839) (#84860)
fixes #84750

Added tests to verify output when using smart + others

(cherry picked from commit 0d4f00f5c8)
8 months ago
Brian Coca 0c6bad800e
Changed human_to_bytes input to a string (#84336) (#84858)
For it to be a human readable description it can't be an int.

(cherry picked from commit df0fe81383)

Co-authored-by: Sammy Hori <git@sammyhori.com>
8 months ago
Matt Clay 6f5fbf785c
[stable-2.17] Pin `wheel` to resolve build issues (#84943) (#84945)
(cherry picked from commit 8b0c4825ae)
8 months ago
Matt Martz 21a5869b91
Update Ansible release version to v2.17.10.post0. (#84894) 9 months ago
Matt Martz 579bd7c07d
New release v2.17.10 (#84891) 9 months ago
Matt Martz feb7faa1d5
Update Ansible release version to v2.17.10rc1.post0. (#84845) 9 months ago
Matt Martz d84412e5ff
New release v2.17.10rc1 (#84841) 9 months ago
Jordan Borean 5575090626
Windows - Support WDAC Audit Mode (#84730) (#84733)
Fix up bug when attempting to run any module on a Windows host that has
been configured with WDAC and Dynamic Code Security in audit mode. This
does not enable WDAC support with signed scripts so Ansible will still
not pass the audit events but it no longer fails to run.

(cherry picked from commit e5ec1ee76c)
9 months ago
Matt Clay 7feef595cb
Update Ansible release version to v2.17.9.post0. (#84748) 10 months ago
Matt Clay 3397319396
New release v2.17.9 (#84746) 10 months ago
Matt Martz a47327006a
Update Ansible release version to v2.17.9rc1.post0. (#84723) 10 months ago
Matt Martz f0d7f96fee
New release v2.17.9rc1 (#84721) 10 months ago
Martin Krizek 7153b98a64
[stable-2.17] targets/handlers: fix incorrect test cmd (#84567) (#84602)
(cherry picked from commit 3b6d086f5e)
10 months ago
Sloane Hertel 46f5030fa3
[2.17] [fix] `warn_if_reserved` expects a list (#84624) (#84672)
* [fix] `warn_if_reserved` expects a list (#84624)

Fixes #84623

(cherry picked from commit 48d71ba3aa)

* changelog

* Test include_vars reserved variable matching (#84678)

* Add test case for include_vars

* Revise test to catch erroneous warnings

(cherry picked from commit 333ee8d010)

---------

Co-authored-by: Dominique Quatravaux <dominique@quatravaux.org>
10 months ago
Matt Clay c71a404b97
[stable-2.17] ansible-test - Use urllib intead of curl (#84551) (#84630)
Also added automatic retries on HTTP request exceptions, since all currently implemented methods (GET/PUT/DELETE) are idempotent.

(cherry picked from commit 7677bf1c9b)
10 months ago
Matt Clay abc21f52dd
[stable-2.17] Use separate venvs for each release command (#84641) (#84648)
This avoids requirements conflicts between different commands invoked by the release tool.

(cherry picked from commit 4cc47307ef)
10 months ago
Matt Clay c8df9e3675
[stable-2.17] release.py - Use changelog requirements (#83920) (#84645)
Use the changelog sanity test requirements instead of the package-data sanity test requirements.

This enables removal of most package-data sanity test requirements, as they are no longer used by the test itself.
The additional requirements were being maintained only to provide pinned requirements for building the changelog during a release.

(cherry picked from commit cd342f76b4)
10 months ago
Matt Martz bc1fd0f93d
Update Ansible release version to v2.17.8.post0. (#84616) 10 months ago
Matt Martz 3c3f153595
New release v2.17.8 (#84614) 10 months ago
Matt Martz 3983521096
Update Ansible release version to v2.17.8rc1.post0. (#84585) 11 months ago
Matt Martz 04aef846e8
New release v2.17.8rc1 (#84584) 11 months ago
Jordan Borean 3ce869824e
Ansible.Basic - Fix required_if check (#84562) (#84581)
Fixes the Ansible.Basic `required_if` check when the option to check is
either unset or explicitly set to null.

(cherry picked from commit 8c5e33cd3a)
11 months ago
Brian Coca a9550b835e
fix incongruent ansible-vault cli options (#84494) (#84553)
prompt now only errors if stdin is specifically triggered and not due to lack of other args

fixes #84489
---------

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit a046ef5a95)
11 months ago
Brian Coca d4b311dbaa
gather_facts, fix 'smart' handling with network os and 'setup' (#84425) (#84472)
gather_facts, fix network_os and smart logic and defaults

setup will be default for smart only if network_os is not set, now you get warnings and errors when missing a valid facts module for a network os

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit c64c389007)
11 months ago
Brian Coca dfff9c3f25
copy, prevent internal options in task (#84422) (#84459)
* copy, prevent internal options in task

fixes #84367

(cherry picked from commit 3c91eab0d8)
11 months ago
Jordan Borean 423edf73bd
ansible-test - fix coverage for test modules (#84366) (#84400)
Fixes the coverage path translation for modules located in integration
test paths. Instead of trying to match by the unique temporary path name
that the module is executed as, the reporting tool will translate it to
the static path that the module is actually located under.

(cherry picked from commit f9b58fa13f)
11 months ago
Sloane Hertel 496c4982e6
Make sure we are always using Lock from our multiprocessing context (#84453) (#84463)
* Make sure we are always using Lock from our multiprocessing context

* add clog frag

(cherry picked from commit 73d8f4ad46)

Co-authored-by: Matt Martz <matt@sivel.net>
11 months ago
Sloane Hertel 98e9daa000
fix reset_connection with templated connection variables (#84240) (#84440)
* ssh: Test reset_connection with templated ansible_ssh_executable

Add failing test to confirm subsequent fixes are necessary & sufficient.

* ssh: Fix reset_connection with templated ansible_ssh_executable

Signed-off-by: Alex Willmer <alex@moreati.org.uk>
(cherry picked from commit 59d9737788)

Co-authored-by: Alex Willmer <alex@moreati.org.uk>
11 months ago