summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Propagate ansible_failed_task to an outer rescue (#78676)Martin Krizek2022-09-061-0/+4
| | | | | | | Fixes #43191 Fixes #72638 Fixes #78042 Co-authored-by: Sandra McCann <samccann@redhat.com>
* issue 78082 move content and orphan user guide (#78711)Don Naro2022-09-0613-842/+656
|
* issue 78082 create collections users guide (#78708)Don Naro2022-09-0518-529/+514
|
* issue 78082 modules plugins collections (#78699)Don Naro2022-09-0213-704/+715
|
* issue 78082 create separate vault guide (#78697)Don Naro2022-09-029-653/+690
|
* Added section about boolean variables (#78653)wnjuguna2022-09-012-1/+21
| | | Co-authored-by: William Njuguna <william@coralogix.com>
* new: documentation update for galaxy usr guide (#78649)Adrian Brown2022-09-011-0/+3
|
* Fix vars plugin code and documentation mismatch (#78562)Sloane Hertel2022-08-312-2/+6
| | | | | | | | | | | * 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
* Note that `become_user` is required for `runas` (#78603)jw-maynard2022-08-251-1/+3
|
* Fixes broken links. For the github links this was where references to in ↵Joshua Kelley2022-08-2520-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)
* Fixes typo on docsite playbook_reuse_roles page (#78630)Joshua Kelley2022-08-251-1/+1
|
* prep intro inventory page to be subdivided (#78634)Alicia Cozine2022-08-241-83/+118
|
* Add Porting Guide for ansible-community v6 (#78625)Christian Adams2022-08-241-0/+23
|
* fix adhoc dev example (#78593)Sloane Hertel2022-08-191-2/+2
|
* fix Ansible 2.14 reference (#78589)Sandra McCann2022-08-191-1/+1
|
* docs: Update managed node requirements (#78468)Ian Wienand2022-08-182-2/+42
|
* Docs: Issue 78082 Create command line guide (#78567)Don Naro2022-08-1811-257/+303
|
* issue 78082 move bsd hosts content (#78568)Don Naro2022-08-1814-288/+294
|
* Relax minimal config to enable manifest functionality (#78574)Matt Martz2022-08-181-6/+1
| | | | | * Revert "Fix incorrect docs about how to enable manifest functionality (#78572)" This reverts commit ac1ca40fb3ed0a0fce387ae70cb8937208a13e03.
* Fix incorrect docs about how to enable manifest functionality (#78572)Matt Martz2022-08-171-1/+6
|
* Use MANIFEST.in style directives to build collections (#78422)Matt Martz2022-08-171-2/+89
|
* update link for RH customers in docs banner (#78563)Sandra McCann2022-08-171-1/+1
|
* update FAQ with not about libyaml (#78483)Sandra McCann2022-08-161-0/+9
|
* clarify collection signature not available from Community Galaxy (#78386)Sandra McCann2022-08-164-63/+116
|
* issue #78082 separate inventory user guide (#78555)Don Naro2022-08-1613-1411/+1471
|
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-161-0/+6
| | | | | | | | | | | Fixes #46447 Fixes #52561 Fixes #54991 Fixes #64611 Fixes #64999 Fixes #65067 Fixes #72725 Fixes #72781 Fixes #77616
* Fix version switcher for Japanese docs (#78432)Sandra McCann2022-08-152-2/+365
|
* Fix ansible-docs: shipping ansible in wheel format #78485 (#78524)Arnold Kamanzi2022-08-111-9/+0
|
* docs: misc fixes in The Ansible Development Cycle (#78513)Akira Yokochi2022-08-111-2/+2
|
* remove old network link (#78495)Sandra McCann2022-08-111-1/+1
|
* update the documentation for the _collection init_ command (#78404)Alex2022-08-091-2/+4
|
* Python 3.9 Controller minimum (#78466)Akira Yokochi2022-08-092-1/+2
|
* fix configuration name in porting guide 2.12 (#78472)Akira Yokochi2022-08-092-2/+2
|
* Fix typo: missing 'install'. (#78448)Felix Fontein2022-08-041-1/+1
|
* Update galaxy_server_list (#78398)Tabah Baridule2022-08-041-2/+1
|
* Add basic docs on how to create a collection docsite with antsibull-docs. ↵Felix Fontein2022-08-044-1/+34
| | | | (#78387)
* Improve grammar (#78391)Geoffrey van Wyk2022-08-041-6/+6
|
* docs: Fix control node reference links (#78424)Ian Wienand2022-08-041-2/+2
|
* fix broken link (#78434)Sandra McCann2022-08-041-1/+1
|
* Add support for json in adhoc -a (#78114)Jordan Borean2022-08-031-0/+1
| | | Co-authored-by: Sandra McCann <samccann@redhat.com>
* Ansible 6.2.0: porting_guide changes (#78408)Ompragash Viswanathan2022-08-021-0/+32
|
* Slip data tagging to 2.15 (#78414)Matt Martz2022-08-021-2/+1
|
* [WIP] Ansible 7 Roadmap (#78125)Ompragash Viswanathan2022-08-012-1/+57
|
* Fix escaped asterisk in code block demonstrating wildcards (#78375)Tom Janson2022-07-281-3/+3
| | | | | The code block is rendered verbatim. This currently results in `\*` being shown, which is incorrect (i.e., not parsed as a wildcard pattern). Removing the superfluous `\` fixes the rendering. This PR fixes all instances of this issue on that page.
* Update information on the Intro_patterns.rst (#78192)Tabah Baridule2022-07-281-0/+19
|
* Galaxy metadata docs update (PR 78280) (#78374)Sandra McCann2022-07-283-5/+5
| | | | Co-authored-by: Root <edroot@s1068319.srn.sandia.gov> Co-authored-by: Emmanuel Ugwu <32464178+ugwutotheeshoes@users.noreply.github.com>
* Update playbooks_variables.rst (#78359)Sebastian P2022-07-281-1/+1
|
* Fix typo and style (#78365)J. Casalino2022-07-281-1/+1
|
* update Fest url per marketing (#78361)Sandra McCann2022-07-271-1/+1
|
* update the out-of-date ansible-test sanity ignores (#78342)Muhammad Rafly Andrianza2022-07-271-1/+3
|