summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.14.0b2 (#78944)v2.14.0b2jamesmarshall242022-10-034-15/+85
|
* [stable-2.14] ansible-test - Update distro containers to 4.8.0.Matt Clay2022-09-301-6/+6
| | | | | | | The updated containers include coverage 6.5.0.. (cherry picked from commit 5b239acb77cc72758c87eb322d7766fd2b621fbb) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.14] ansible-test - Update coverage to version 6.5.0. (#78945)Matt Clay2022-09-302-2/+2
| | | | (cherry picked from commit 20c12522120d3fa30ee026fa98cd75376fecf412)
* Fix connection/become task loop settings (#78565) (#78935)Jordan Borean2022-09-298-11/+119
| | | | | | | * Fix connection/become task loop settings * Remove old code (cherry picked from commit ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5)
* ansible-test validate-module - support sidecar docs (#78904) (#78933)Jordan Borean2022-09-297-171/+306
| | | (cherry picked from commit be4807b712d83370561942aa7c3c7f2141759077)
* Upgrade antsibull-docs to 1.6.1 (#78872) (#78929)Sandra McCann2022-09-293-3/+4
| | | | | | | | | | | * Bump antsibull-docs version to 1.6.0 to fully support filter docs. * known_good_reqs.txt no longer exists. * Bump version to 1.6.1. (cherry picked from commit d93883645cb7d2bb9f9be98d7c5dfddd3de36222) Co-authored-by: Felix Fontein <felix@fontein.de>
* Backportapalooza 09 29 (#78928)Sandra McCann2022-09-296-24/+537
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * iss#72389: Adds note and polishes docs/docsite/rst/tips_tricks/sample_setup.rst (#78858) Co-authored-by: Jaroslav Klech <jklech@redhat.com> (cherry picked from commit 964e2bc6fe640adbece7efbf55cbffe99e4bf08e) * Fixes typo in rst format (#78884) .. hint:: requires a blank line above and below. (cherry picked from commit 71adb02142dbbd8f3c083ab2921f0d4b651edf64) * Update yum.py (#78829) ##### SUMMARY The entire yum command should be highlighted, not only its options. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr (cherry picked from commit f8f76c5886461d7a44bd3290337a44bccf1666b0) * Add Ansible community 7.x porting guide (#78916) (cherry picked from commit 0884a7cf0e404e17767d822080a1f7f672f69520) * Fixed spelling (#78911) (cherry picked from commit ae66d9a1f42ef6db3983fdfb996380650a54581b) * Add message about viewing chat history when on IRC (#78834) (cherry picked from commit 0343ae46d24e0179c1487ca096391667ca75bec4) Co-authored-by: JaroslavKlech <klechh@gmail.com> Co-authored-by: Anwesha Das <anwesha@das.community> Co-authored-by: Olivier Clavel <olivier.clavel@gmail.com> Co-authored-by: Christian Adams <chadams@redhat.com> Co-authored-by: Joel McGuire <jlmcguire4@gmail.com> Co-authored-by: Greg "Gwmngilfen" Sutcliffe <github@emeraldreverie.org>
* apt_repository, handle both new/old gpgp stds (#78735) (#78909)Brian Coca2022-09-292-3/+12
| | | | | * apt_repository, handle both new/old gpgp stds (cherry picked from commit c7cde2645dd213db9e505cd124d2e9933ef929f7)
* apt module, prevent tb from invalid type for pkg (#78666) (#78907)Brian Coca2022-09-282-3/+9
| | | | | | | * apt module, prevent tb from invalid type for pkg see #78663 (cherry picked from commit 7acd4f75c037974be7fa4e7eabe55152dfc57500)
* [stable 2.14] Fix known host changed status when removing non-existing key ↵sbettid2022-09-284-0/+43
| | | | | | | | | | | | | | | #78598 (#78881) * Fix known_hosts changed status when removing non-existing key (#78748) * Ensure no change is reported when removing missing key for host with other keys Co-authored-by: Matt Martz <matt@sivel.net> * Rename changelog fragment for fix known hosts changed status cherry pick * Rename changelog according to new PR number Co-authored-by: Matt Martz <matt@sivel.net>
* [2.14] Improve filter docs (#78883)Felix Fontein2022-09-2860-283/+290
| | | (cherry picked from commit 9aa9b4eac0978f264951d1621dc95f17b5c0c0d7)
* plugin loader fix existing config testing (#78859) (#78891)Brian Coca2022-09-283-1/+11
| | | | | create specific function to find config entry to avoid repopulating constantly (cherry picked from commit 4115ddd135a0445092c9f9a7b5904942ceedd57c)
* documented windows filters (#78876) (#78892)Brian Coca2022-09-283-0/+77
| | | | | | | * documented windows filters Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Sandra McCann <samccann@redhat.com> (cherry picked from commit 7c4d5f509930d832c6cbd5d5660c26e9d73fab58)
* Update Ansible release version to v2.14.0b1.post0. (#78875)Dimitri Savineau2022-09-261-1/+1
|
* New release v2.14.0b1 (#78870)v2.14.0b1Dimitri Savineau2022-09-264-2/+1089
| | | | | Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
* [stable-2.14] ansible-test - Fix integration test target filter. (#78862)Matt Clay2022-09-2213-4/+72
| | | | | | | | - Allow disabled, unsupported, unstable and destructive integration test targets to be selected using their respective prefixes. - Allow unstable tests to run when targeted changes are made and the ``--allow-unstable-changed`` option is specified (resolves https://github.com/ansible/ansible/issues/74213). (cherry picked from commit d3d7785472ce18ee79c2abb893be1cf40ff563dd) Co-authored-by: Matt Clay <matt@mystile.com>
* ansible-test - Fix default container version. (#78854)Matt Clay2022-09-221-1/+1
|
* ansible-test - Update base and default containers. (#78847)Matt Clay2022-09-211-3/+3
|
* [stable-2.14] Don't request repo updates when only testing modes (#78843) ↵Matt Martz2022-09-211-0/+5
| | | | | | | (#78848) (cherry picked from commit 2542048) Co-authored-by: Matt Martz <matt@sivel.net>
* [stable-2.14] Add `use_rsa_sha2_algorithms` option for paramiko (#78789) ↵Matt Martz2022-09-218-178/+937
| | | | | | | | | | | (#78842) Fixes #76737 Fixes #77673 Co-authored-by: Matt Clay <matt@mystile.com> (cherry picked from commit 76b7466) Co-authored-by: Matt Martz <matt@sivel.net>
* [stable-2.14] ansible-test - Update Python 3.11 support. (#78840) (#78841)Matt Clay2022-09-216-13/+12
| | | | | | | - Update sanity test requirements to fully support Python 3.11. - Make Python 3.11 the default in the base and default test containers. (cherry picked from commit 4d25233ece21c545254149ffe78291c734076609)
* [stable-2.14] Add ssh_args and friends back, add var for proxy_command ↵Matt Martz2022-09-212-4/+46
| | | | | | | | | | | | (#78826) (#78836) * [stable-2.14] Add ssh_args and friends back, add var for proxy_command (#78826) Fixes #78750 (cherry picked from commit 1b47def) Co-authored-by: Matt Martz <matt@sivel.net> * Remove non-backportable changes
* final docs for filters (#78800)Brian Coca2022-09-2050-66/+1503
| | | Co-authored-by: Felix Fontein <felix@fontein.de>
* fix network_connection_options text (#78813)taso2022-09-201-1/+1
|
* vault secrets file, keep context when symlink (#78734)Brian Coca2022-09-2010-15/+107
| | | | | | | * vault secrets file, keep context when symlink fixes #18319 Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
* ansible-test - Update pylint to 2.15.3. (#78811)Matt Clay2022-09-192-3/+3
|
* Add sudo for writing bash completion to a global (#78712)gryu72022-09-191-2/+2
|
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-199-34/+154
| | | | | | | | * Add --offline option to 'ansible-galaxy collection install' to prevent querying distribution servers This allows installing/upgrading individual tarfiles to have dependency resolution. Previously needed to be done manually with --no-deps or else all collections and dependencies needed to be included in the requirements. Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* plugin docs: look at all potential sidecar docs extensions before giving up ↵Felix Fontein2022-09-191-10/+14
| | | | | | | (#78788) * Look at all potential sidecar docs extensions before giving up. * Do not process Python files twice.
* Fix local facts unreadable (#76095)Ruediger Pluem2022-09-193-2/+23
| | | | | | * Catch exceptions during stat calls If such an exception is not caught it causes the complete local facts gathering to fail.
* While the Python function is called ismount, the filter has the names mount ↵Felix Fontein2022-09-191-0/+0
| | | | and is_mount. (#78792)
* Add OSMC to Debian OS_FAMILY_MAP (#78778)Markus Opolka2022-09-163-1/+26
| | | | | | | | | * Add OSMC to Debian OS_FAMILY_MAP - os_family fact of the Debian-based OSMC distribution was not detected correctly * tweak changelog Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>
* Doc: Community Steering Committee policy: add topics triage workflow (#78732)Andrew Klychkov2022-09-161-0/+20
|
* apt - fix module short-circuiting when a package is not installed and ↵Sloane Hertel2022-09-153-9/+22
| | | | only_upgrade is True (#78790)
* ansible-test - Update base and default containers. (#78774)Matt Clay2022-09-151-3/+3
|
* apt - fix failure when package is not installed and only_upgrade=True (#78781)Sloane Hertel2022-09-153-3/+5
| | | | | * apt - fix module failure when package is not installed and only_upgrade is True * changelog
* Env gitignore (#78766)Axel Gard2022-09-151-0/+9
| | | | | * added env to git ign aka the std name for py venv * added the github def py env ign
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-1518-89/+258
| | | | | | | | | | | | | | | | | | | | | | * new _fqcn attribute to plugin objects * unbreak plugins in subdirs * Fix inadventent changes to _load_name and use existing vars * add plugin aliases and name property, and replace plugin._load_name where incorrect * Fix listing plugin names Fix listing legacy and builtin together test deprecated plugin documentation fix doc extensions remove sometimes inaccurate _load_name handling from plugin.name * Add tests for REJECT_EXTS and doc extensions Fix unpredictable collection redirects so non-fqcns in the redirect list are guaranteed to be legacy (instead of determined by the collections keyword) Move aliases and name properties to _update_object so all plugin types, including doc fragments, can use them * make legacy plugin names internally consistent * rename attributes to ansible_name and ansible_aliases
* Added warning (#78785)Tabah Baridule2022-09-151-1/+2
|
* Document some more filters (#78548)Felix Fontein2022-09-156-0/+196
|
* Removed repeated introduction paragraph (#78691)wnjuguna2022-09-151-10/+0
|
* Fix typo and wrong syntax in intro_patterns.rst (#78702)vanou2022-09-151-8/+11
|
* faq legacy vs builtin (#78769)Brian Coca2022-09-151-0/+29
|
* Fix Issue #78564 (#78741)Ronan2022-09-151-1/+2
|
* Documented connection parameters required to enable scp (OpenSSH >=9.0) (#78745)wnjuguna2022-09-151-0/+2
|
* Ansible 6.4.0: Porting Guide (#78775)Ompragash Viswanathan2022-09-151-0/+17
|
* Update docs-build and rstcheck sanity tests. (#78773)Matt Clay2022-09-143-17/+18
|
* Ensure syntax check errors include filenames (#77679)Sorin Sbarnea2022-09-142-3/+6
| | | | | | | This fixes bug which prevents identification of broken playbook when passing multiple playbooks as arguments, something that is common especially with `--syntax-check`. Affects: ansible-lint
* add galaxy docs back to core' (#78764)Sandra McCann2022-09-143-2/+6
|
* Fix test docs (#78756)Felix Fontein2022-09-1410-10/+10
|