summaryrefslogtreecommitdiffstats
path: root/bin/ansible-config (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-06fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran4-11/+152
2022-09-06Propagate ansible_failed_task to an outer rescue (#78676)Martin Krizek7-10/+53
Fixes #43191 Fixes #72638 Fixes #78042 Co-authored-by: Sandra McCann <samccann@redhat.com>
2022-09-06issue 78082 move content and orphan user guide (#78711)Don Naro13-842/+656
2022-09-05issue 78082 create collections users guide (#78708)Don Naro18-529/+514
2022-09-02issue 78082 modules plugins collections (#78699)Don Naro13-704/+715
2022-09-02issue 78082 create separate vault guide (#78697)Don Naro9-653/+690
2022-09-01fix issue with legacy pugins and no docs (#78686)Brian Coca4-1/+8
* fix issue with legacy pugins and no docs
2022-09-01Added section about boolean variables (#78653)wnjuguna2-1/+21
Co-authored-by: William Njuguna <william@coralogix.com>
2022-09-01Add the rest of the runtime keys to the example in the default collection ↵Sloane Hertel2-0/+50
skeleton (#78573)
2022-09-01new: documentation update for galaxy usr guide (#78649)Adrian Brown1-0/+3
2022-09-01refactor and fixes for doc parsing (#77719)Brian Coca33-436/+809
* refactor and remove redundant code in documentation allow location and building api to be more accessible fix issues with displaying ansible.legacy and ansible.builtin ensure we don't x2 process tokens (some modules reference them also) fixes #77764 move to constants vs hardcoded more informative errors and comments now have actual filter/test plugins, which expose the filter/test functions moved filter/test loading/finding logic into jinja2pluginloader, removed dupe implementations added tests for case in which we unique by basename when listing Update lib/ansible/utils/plugin_docs.py Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2022-08-31Fix vars plugin code and documentation mismatch (#78562)Sloane Hertel13-8/+108
* Add a warning for collections that are attempting to be autoloaded to no effect * Deprecate REQUIRES_WHITELIST and add support for REQUIRES_ENABLED so the docs are accurate * Fix documentation * add more vars plugin tests * Simplify code and add a FIXME for another bug * fix precedence * Make setting the class attr at all a warning, even if it's True * Add fun parsing for _load_name * include _load_name in messages
2022-08-30Guard urllib3 imports against all exceptions. Fixes #78648 (#78667)Matt Martz2-4/+9
2022-08-30_get_next_task_from_state should not mutate anyting outside of state (#78657)Martin Krizek5-3/+25
Fixes #78612
2022-08-30Fix typos in stat module examples (#78651)NitrogenPointBlue1-2/+2
2022-08-29until is also implicit (#78632)Brian Coca2-1/+5
The until keyword templating is also implicit, this will now reflect in the docs
2022-08-29Skip test if no there are no problematic chars for wcswidth (#78645)Matt Martz1-3/+23
2022-08-25Note that `become_user` is required for `runas` (#78603)jw-maynard1-1/+3
2022-08-25doc: Correct mixed up commentary and task name (#78610)rawtaz1-1/+1
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2022-08-25Fixes broken links. For the github links this was where references to in ↵Joshua Kelley20-66/+66
the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638)
2022-08-25Fixes parameter name in expect module examples (#78635)gmdmi1-2/+2
2022-08-25Fixes typo on docsite playbook_reuse_roles page (#78630)Joshua Kelley1-1/+1
2022-08-25Fix validate-modules version_added test (#78554)Sloane Hertel2-2/+6
2022-08-24prep intro inventory page to be subdivided (#78634)Alicia Cozine1-83/+118
2022-08-24Add Porting Guide for ansible-community v6 (#78625)Christian Adams1-0/+23
2022-08-23Docs: fix issue-76133-apt-repository (#78586)Arnold Kamanzi1-0/+1
2022-08-23Fail fast in stuck `ansible-galaxy-collection`Sviatoslav Sydorenko1-1/+12
This specific integration test gets stuck periodically causing the Galaxy jobs to be killed on timeout wasting an hour of runtime. The module that gets stuck waiting on Pulp is an in-test one, called `setup_collections`. When it works, the task is complete in around 70 seconds but when it doesn't, it just freezes the whole play. This patch attempts to make it fail faster by putting a reasonable timeout value of 2 minutes.
2022-08-22ansible-test - Update test containers. (#78615)Matt Clay2-10/+12
The test containers no longer use the `VOLUME` instruction.
2022-08-22ansible-test - Use --tmpfs to run containers. (#78605)Matt Clay2-0/+14
2022-08-22Fix file integration test chattr/lsattr check. (#78614)Matt Clay1-0/+2
On BusyBox systems such as Alpine, chattr on a tmpfs fails with a status of 0 and output only on stderr. This change updates the test to not assume output on stdout.
2022-08-20ansible-test - Verify executables are executable. (#78606)Matt Clay5-6/+33
2022-08-19fix adhoc dev example (#78593)Sloane Hertel1-2/+2