summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update Ansible release version to v2.9.27.post0. (#76003)Christian Adams2021-10-111-1/+1
|
* New release v2.9.27 (#75997)Christian Adams2021-10-111-1/+1
|
* Update Ansible release version to v2.9.27rc1.post0.Christian M. Adams2021-10-041-1/+1
|
* New release v2.9.27rc1v2.9.27rc1Christian M. Adams2021-10-041-1/+1
|
* [stable-2.9] Don't show params when there is an issue with `set_option(s)` ↵Matt Martz2021-09-292-2/+15
| | | | | | | (#75805). (#75810) (cherry picked from commit 79e9dae29212a88aa60122ca6bd608947399017f) Co-authored-by: Matt Martz <matt@sivel.net>
* Update Ansible release version to v2.9.26.post0.Christian M. Adams2021-09-131-1/+1
|
* New release v2.9.26v2.9.26Christian M. Adams2021-09-131-1/+1
|
* Update Ansible release version to v2.9.26rc1.post0.Christian M. Adams2021-09-081-1/+1
|
* New release v2.9.26rc1v2.9.26rc1Christian M. Adams2021-09-081-1/+1
|
* Attributes compat (#75563) (#75622)Brian Coca2021-09-022-2/+26
| | | | | | | | | | | | | | | | | * Attributes compat (#75563) * ignore 'attributes' for json dump let existing overrides display, wont be full info but still pertinent info though user will have to check newer versions (cherry picked from commit 463cf9fe244430249701509fc3ee7636a18afc44) (cherry picked from commit 93cc74ba13c28785d8e4b62adc8eb62f42860efb) * Update test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/schema.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
* Update Ansible release version to v2.9.25.post0.Christian M. Adams2021-08-161-1/+1
|
* New release v2.9.25v2.9.25Christian M. Adams2021-08-161-1/+1
|
* Update Ansible release version to v2.9.25rc1.post0.Rick Elrod2021-08-101-1/+1
|
* New release v2.9.25rc1v2.9.25rc1Rick Elrod2021-08-101-1/+1
|
* [2.9] Fix dnf package matching (#75411) (#75416)Sloane Hertel2021-08-061-16/+32
| | | | | | | | | | | | | | | | | * Fix dnf package matching (#75411) * Fix a bug with the dnf module not using all components of a package name when filtering to determine if it's installed * changelog * Simplify splitting on the last '.' * Update lib/ansible/modules/dnf.py (cherry picked from commit b541a148d51e75b298e71161c022b12cd8ebba7c) * Fix dnf test assertion (cherry picked from commit 91a26ddcefb393e48ac93d442b3922bf2fde0de7)
* [stable-2.9] allow env to override unspecified unsafe_writes (#73282) (#75397)Matt Martz2021-08-042-20/+20
| | | | | | | | | | | | | | | | | | | | | | | * [stable-2.9] allow env to override unspecified unsafe_writes (#73282) * allow env var for fallback value for unspecified unsafe_writes. (cherry picked from commit c7d4acc12f672d1b3a86119940193b3324584ac0) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> * ensure unsafe writes fallback (#70722) * Ensure we actually fallback to unsafe_writes when set to true add integration test add fix for get_url not passing the parameter from args (cherry picked from commit 932ba3616067007fd5e449611a34e7e3837fc8ae) * Added clog missing for issue 70722 (#73175) (cherry picked from commit d6670da1d7bc81dccd522d1bc27cc25164ef1aba) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
* restores delegated vars that were not passed (#74371) (#75347)Brian Coca2021-08-042-18/+16
| | | | | | | | | | | * restores delegatd vars that were not passed this will restore delegate display on callbacks using the vars also moves to use delegate_to directly on the default callback * clog (cherry picked from commit cbc83545582d8d7a718140263c465129e0e535d9) (cherry picked from commit ed456f25f6fb1cdafe78d59f1bf0166afbba0383)
* Backport 2.9: Setup virtualization_facts - add RHV and oVirt type (#73903)Martin Nečas2021-08-041-5/+9
| | | | | | | | | | | | | | | * Setup virtualization_facts - add RHV and oVirt type * initialize sys_vendor only once * add changelog * Update 72876-setup-facts-add-redhat-vendor.yml * Update linux.py * Change only RHV virtualization_type * Update 72876-setup-facts-add-redhat-vendor.yml
* Update Ansible release version to v2.9.24.post0.Rick Elrod2021-07-191-1/+1
|
* New release v2.9.24v2.9.24Rick Elrod2021-07-191-1/+1
|
* Update Ansible release version to v2.9.24rc1.post0.Rick Elrod2021-07-131-1/+1
|
* New release v2.9.24rc1v2.9.24rc1Rick Elrod2021-07-131-1/+1
|
* [stable-2.9] Prevent ansible_failed_task from further templating (#74290) ↵Matt Martz2021-07-091-1/+2
| | | | | | | | | | (#75220) * Prevent ansible_failed_task from further templating Fixes #74036 * Add changelog. (cherry picked from commit 664531d7d6253d5bdb182727501c08e3b5aea0c1) Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
* Update Ansible release version to v2.9.23.post0.Rick Elrod2021-06-221-1/+1
|
* New release v2.9.23v2.9.23Rick Elrod2021-06-221-1/+1
|
* Update Ansible release version to v2.9.23rc1.post0.Rick Elrod2021-06-141-1/+1
|
* New release v2.9.23rc1v2.9.23rc1Rick Elrod2021-06-141-1/+1
|
* [bp-2.9] firewalld: Ensure idempotency (#74992)Abhijeet Kasurde2021-06-141-17/+5
| | | | | Fixes: https://github.com/ansible-collections/ansible.posix/issues/179 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* fix unsafe preservation across newlines (#74960) (#74976)Brian Coca2021-06-111-1/+4
| | | | | | | CVE-2021-3583 ensure we always have unsafe Co-authored-by: Rick Elrod <rick@elrod.me> (cherry picked from commit 4c8c40fd3d4a58defdc80e7d22aa8d26b731353e)
* Backport to fix missing initializing changed in net_get (#74805)Hideki Saito2021-06-111-0/+1
| | | | | * Fixes #74802 Signed-off-by: Hideki Saito <saito@fgrep.org>
* Update Ansible release version to v2.9.22.post0.Rick Elrod2021-05-241-1/+1
|
* New release v2.9.22v2.9.22Rick Elrod2021-05-241-1/+1
|
* Update Ansible release version to v2.9.22rc1.post0.Rick Elrod2021-05-171-1/+1
|
* New release v2.9.22rc1v2.9.22rc1Rick Elrod2021-05-171-1/+1
|
* [stable-2.9] CI and compat fixes for Jinja2 >= 3.0 (#74666) (#74672)Matt Clay2021-05-121-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [stable-2.9] CI and compat fixes for Jinja2 >= 3.0 (#74666) * Add constraint for MarkupSafe MarkupSafe >= 2.0.0 requires Python >= 3.6.0. Add a constraint for older Python versions and fix the `groupby_filter` test. * Fix template_jinja2_latest test. * patch filter decorators on newer Jinja2 * Jinja2 >= 3.0 renames several filter decorators used by Ansible itself, as well as by filters in collections. This patch ensures that the old names are usable within Ansible and by collections without warnings or errors. * Ignore docs-build issues. * Remove unnecessary ignore. * Disable failing nuage_vspk test. * Fix inventory_aws_conformance integration test. (cherry picked from commit f99d0248517c9dacc4594bc87d54626cdce59bfd) Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Davis <mrd@redhat.com>. Co-authored-by: Sam Doran <sdoran@redhat.com>
* Update Ansible release version to v2.9.21.post0.Rick Elrod2021-05-031-1/+1
|
* New release v2.9.21Rick Elrod2021-05-031-1/+1
|
* Update Ansible release version to v2.9.21rc1.post0.Rick Elrod2021-04-271-1/+1
|
* New release v2.9.21rc1v2.9.21rc1Rick Elrod2021-04-271-1/+1
|
* Fix "canonical" typo in win_host examples (#74161)jamesmarshall242021-04-201-1/+1
|
* Update Ansible release version to v2.9.20.post0.Rick Elrod2021-04-121-1/+1
|
* New release v2.9.20v2.9.20Rick Elrod2021-04-121-1/+1
|
* Update Ansible release version to v2.9.20rc1.post0.Rick Elrod2021-04-051-1/+1
|
* New release v2.9.20rc1v2.9.20rc1Rick Elrod2021-04-051-1/+1
|
* New AWS module mod_defaults - rds_option_group (_info) modules (#74098)Alina Buzachis2021-04-051-0/+4
| | | | | | | | | | | * * Add rds_option_group and rds_option_group_info to module_defaults Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * changelog Signed-off-by: Rick Elrod <rick@elrod.me> Co-authored-by: Rick Elrod <rick@elrod.me>
* New AWS module mod_defaults - wafv2 modules (#73975)Jill R2021-04-051-0/+16
| | | | | | | | | * New AWS module mod_defaults - wafv2 modules * changelog Signed-off-by: Rick Elrod <rick@elrod.me> Co-authored-by: Rick Elrod <rick@elrod.me>
* [stable-2.9] Fix: nmcli bridge-slave fails with error (#74125)Carlos Camacho2021-04-051-2/+4
| | | | | | | | This commit fixes the error for adding bridge slaves: nmcli bridge-slave returns "Error: invalid or not allowed setting 'bridge-port' This fix is related to #42460, #54617, and #68065 * changelog
* [backport/2.9] module_defaults: Add rds_snapshot (#74113)Mark Chappell2021-04-051-0/+2
| | | | | * module_defaults: Add rds_snapshot * changelog
* [stable-2.9] find - set proper default based on use_regex (#73961) (#73966)Sam Doran2021-04-051-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using "use_regex: yes" and setting an excludes: without specifying a pattern: the existing code passes the file-glob '*' to the regex matcher. This results in an internal invalid-regex exception being thrown. This maintains the old semantics of a default match-all for pattern: but switches the default to '.*' when use_regex is specified. The code made sense as-is before excludes: was added (2.5). In that case, it made no sense to set use_regex but *not* set a pattern. However, with excludes: it now makes sense to only want to exclude a given regex but not specify a specific matching pattern. Closes: #50067 * moved change to new location added changelog * Update lib/ansible/modules/find.py Co-authored-by: Ian Wienand <iwienand@redhat.com>. (cherry picked from commit 089d0a0508a470799d099d95fc371e66756a00b3) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> * Update fix_find_default.yml Co-authored-by: Rick Elrod <rick@elrod.me>
* add optional module_utils import support (#73832) (#73916)Matt Davis2021-04-041-3/+33
| | | | | | | | | Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement). * sanity test fixes ci_complete (cherry-picked from 3e1f6484d77f2d7546952cfa22a8534d74ed3dc6)