summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.11.0b2 (#73915)v2.11.0b2Rick Elrod2021-03-154-1/+109
|
* Allow for searching handler subdir for included tasks (#73809)David Shrewsbury2021-03-157-49/+83
| | | | * Allow for searching handler subdir for included tasks
* Fix typo in porting_guide_3.rst (#73871)Ikko Ashimine2021-03-151-1/+1
| | | paramater -> parameter
* setup - virtualization facts add Red Hat vendor (#72876)Martin Nečas2021-03-152-6/+20
| | | Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* Don't match passive_interface for validate-modules (#73880)Paul Belanger2021-03-131-1/+1
| | | | | | | | | This is a follow up to: https://github.com/ansible/ansible/pull/73508 To avoid adding no_log statements to passive_interface args. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* validate-modules no_log test: extend search range, add more known ↵Felix Fontein2021-03-132-6/+6
| | | | | | | false-positives (#73882) * validate-modules no_log test: extend search range, add more known false-positives. * Mark false-positives.
* Ensure unit test paths for connection and inventory plugins are based on the ↵Mark Chappell2021-03-122-3/+7
| | | | context (#73877)
* Use virtual host style S3 bucket names in tests.Matt Clay2021-03-126-12/+12
|
* Mention that minor releases end once the next ansible release is made. (#73836)Toshio Kuratomi2021-03-113-2/+22
|
* Update the porting guide for a new ansible version (#73856)Toshio Kuratomi2021-03-111-2/+63
|
* document slurp returns (#73865)Brian Coca2021-03-111-1/+17
| | | * no path on return
* describe what ansible-core is (#73829)Sandra McCann2021-03-111-1/+7
|
* fix su localization optoinBrian Coca2021-03-112-0/+3
| | | | fixes #73837
* moved vs deprecated world readable tmp setting (#73825)Brian Coca2021-03-112-11/+5
|
* Add direct link to using multiple inventory sources (#73680)Jens Heinrich2021-03-111-2/+2
| | | | | This helps users to find the right ressources more easily and prevents them from clicking the first matching link only to be redirected to a subsection on the samepage from there Co-authored-by: Jens Heinrich <github.com/JensHeinrich>
* Docs: Updates the release and maintenance page to reflect new cadences (#73781)Alicia Cozine2021-03-111-120/+134
| | | | | | | | | Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Sandra McCann <samccann@redhat.com> Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
* Update developing_modules_general.rst (#73805)bylerbk2021-03-111-1/+1
| | | | | | | | | | ##### SUMMARY <!--- Fixing a typo. There was a double "you" in the text. --> ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
* Docs: Update installation page for package split (#73790)Alicia Cozine2021-03-111-181/+190
|
* validate-modules: make sure that options that potentially contain secret ↵Felix Fontein2021-03-117-4/+45
| | | | | | | | data have no_log set (#73508) * Catch more potential errors (and increase false-positive rate). * Flag some false-positives in lib/ansible/modules/ with no_log=False. Co-authored-by: John Barker <john@johnrbarker.com>
* add optional module_utils import support (#73832)Matt Davis2021-03-106-24/+140
| | | | | | | | | * add optional module_utils import support 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
* Update `resource_prefix` syntax for ansible-test.Matt Clay2021-03-104-5/+9
|
* Unify additional info + WYSIWYG as optional input in the documentation ↵Sviatoslav Sydorenko2021-03-091-10/+4
| | | | report issue form (#73796)
* Nonfatal facts (#73804)Brian Coca2021-03-087-41/+68
| | | | | | | | | | continue with local facts vs at script error actually capture execution errors better error messages in general add more local facts tests fixes #52427
* Documentation: Lay the ground for i18n work. (#73746)Yanis Guenane2021-03-055-1/+355
| | | | | | | | | | | * Documentation: Lay the ground for i18n work. * Translating both ansible-core and ansible docs requires msgcat (a program from the gettext package). If msgcat is not present, only the ansible-core index file's strings will be extracted for translation. If this is a problem, a short hacking script could be written to take the place of msgcat (merging the various index pot files into a single pot file). Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* distribution: Add Amazon Linux distribution facts (#73767)Abhijeet Kasurde2021-03-056-3/+162
| | | | | | | | * Update Amazon Linux Distribution facts gathering logic * Update tests Fixes: #73742 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Auto cleanup of async cache file (#73760)David Shrewsbury2021-03-044-0/+52
| | | | | * Auto cleanup of async cache file * Add changelog
* feature_request: Component Name (#73787)John R Barker2021-03-041-1/+1
| | | Typo in name results in Bot shouting
* Some changelog fixes for 2.11 (#73778)Rick Elrod2021-03-031-2/+5
| | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Set fact fixes (#73684)Brian Coca2021-03-034-31/+50
| | | | | | * fixes to set_fact correctly give error messages that were previously ignored corrected and expanded docs
* Fix notify on import_tasks (#73572)Brian Coca2021-03-0312-26/+97
| | | | | * Fix notify on import_tasks also able to apply to blocks now.
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-0310-183/+145
| | | | | | | | | | | * finish migrating ssh plugin to config system fixes #72739 fixes #57220 * fix connection detection in reset * correct options for connection meta reset Co-authored-by: David Shrewsbury <Shrews@users.noreply.github.com>
* module output is only json objects (#73765)Brian Coca2021-03-039-9/+51
| | | | | | * module output is only json objects remove json lists as they are not valid from modules fixes #73744
* Don't fail for mixed typed keys (#73726)Brian Coca2021-03-034-1/+16
| | | | | | | * Don't fail for mixed typed keys but warn that content cound not be sorted because of this * added tests
* add base 2.10 to docs version switcher (#73770)Sandra McCann2021-03-031-2/+2
|
* minor detection improvement on j2plugin loader (#73714)Brian Coca2021-03-032-21/+32
| | | * minor improvement on j2plugin loader, comments and var names clarified
* Convert markdown issue templates into issue forms (#73751)Sviatoslav Sydorenko2021-03-037-118/+291
| | | | | | | | | | | | | * Convert markdown issue templates into issue forms * Limit allowed issues to the form based ones * Title-case the form field labels Co-authored-by: John R Barker <john@johnrbarker.com> * Remove CoC checkboxes from the forms Co-authored-by: John R Barker <john@johnrbarker.com>
* Update Ansible release version to v2.11.0b1.post0. (#73764)Rick Elrod2021-03-031-1/+1
|
* New release v2.11.0b1 (#73761)v2.11.0b1Rick Elrod2021-03-024-5/+2021
|
* Remove old ansible-test windows completion entries.Matt Clay2021-03-022-2/+1
|
* Remove outdated --docker and --remote entries.Matt Clay2021-03-023-12/+4
|
* Add note on infoblox inventory script. (#73676)Felix Fontein2021-03-021-0/+4
|
* Fix invalid yaml in collections_using.rst (#73727)Brian Williams2021-03-021-1/+1
| | | Fix invalid quoting.
* .github/BOTMETA.yml: cleanup (#73652)Martin Krizek2021-03-021-30158/+77
| | | | Remove anything that is not in ansible/ansible as issues/PRs with those components will be auto-closed anyway.
* Import test: improve docs, add more tests (#73600)Felix Fontein2021-03-027-4/+148
|
* Reduce complexity of Templar._lookup slightly (#73277)Matt Martz2021-03-013-49/+52
| | | | | | | * A little more complexity reduction * restore logic * Readability * Add ran check back * Add clog
* Update CI URL in setup.py (#73750)Matt Martz2021-03-011-1/+1
| | | | | * Update CI URL in setup.py * AZP
* selinux: return selinux_getpolicytype facts (#73609)Abhijeet Kasurde2021-03-014-1/+45
| | | | | | | | | | | * selinux: return selinux_getpolicytype facts Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * add basic selinux facts tests * fix selinux facts test when selinux missing Co-authored-by: Matt Davis <mrd@redhat.com>
* Fixes for ansible-console usability (#73665)ylmrx2021-03-012-17/+45
| | | | | - Fix Ctrl+C/D behavior (#68529) - correct few typos and missing infos - Fixes doc (#72195)
* Clarify CLI version number as core version (#72287)Matt Davis2021-03-014-3/+5
| | | | | | | * clarify CLI version number as core version * reduce confusion with `ansible` PyPI package >= 2.10 drifting from core version * fix units
* Fixed/improved regular expresssion for collection names (#73577)Alexei Znamensky2021-03-014-2/+6
| | | | * added changelog fragment * added a couple of tests to coll name validation