ansible/docs/docsite/rst/user_guide
Sandra McCann 374d4ecd98
Doc backportapalooza 2 (#70440)
* doc: avoid mix of single and double quotes (#70115)

Avoid mix of single and double quotes in the `ternary`, this way
we can copy/past the example without any surprise.

(cherry picked from commit b491f776b9)

* document FQCN for M()  and :seealso: in DOCUMENTATION blocks (#70245)

* document FQCN for M() in DOCUMENTATION blocks

* add note about c

(cherry picked from commit 83f6e4850b)

* Fix bullet points in intro_getting_started.rst. (#70365)

The layout was jumbled due to issues with whitespace.

(cherry picked from commit dc6f4b6502)

* Add steps for how to create changelog.rst for a collection (#70262)

* Update docs/docsite/rst/dev_guide/developing_collections.rst
* add steps to create changelogs, add sentence about not using the tool
* add note for rerunning the command

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5a28b2b86c)

* ansible-doc: avoid problems with YAML anchors when formatting man page (#70045)

* Avoid problems with YAML anchors when formatting man page.

* Add changelog.

(cherry picked from commit 5e4f708241)

* Minor grammatical fix (#70405)

'you' -> 'your'

(cherry picked from commit a1ac595d42)

* incorporate minimalism feedback on filters page (#70366)

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
(cherry picked from commit c89f3cda9e)

* more correct info about role main.yml (#70326)

fixes #40496

(cherry picked from commit 5d3d097de3)

* Fix a small typo in cache plugin description @ `config/base.yml`

PR #70420

(cherry picked from commit 626df08d9d)

* with_sequence: example using vars (#69369)

Added an example for using vars in with_sequence.

Fixes: #68836

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 5709173c32)

* Update pull.py (#70393)

(cherry picked from commit 46ad3c1162)

* Update playbooks.rst (#70317)

(cherry picked from commit 7c90a2d2a6)

* Add documentation for ipaddr filters  (#70343)

(cherry picked from commit 9eb904ea61)

* update platform table with links to collections (#70373)

(cherry picked from commit aa59c23aed)

* Add description of collections and become_exe keywords (#68055)

* Add description of collections keyword
* Update based on feedback.
- Add link to become plugins.
- Add note about how the collections keyword works with roles.

(cherry picked from commit 5833af9e2a)

Co-authored-by: Gonéri Le Bouder <goneri@lebouder.net>
Co-authored-by: Mark Sanders <ziplokk.mark.sanders@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sir Mobus Gochfulshigan Dorphin Esquire XXIII <celestialtuba@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Michael Scherer <mscherer@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Ethan <smithe2413@gmail.com>
Co-authored-by: jafiala <56597272+jafiala@users.noreply.github.com>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Sam Doran <sdoran@redhat.com>
2020-07-08 16:05:41 -05:00
..
shared_snippets
basic_concepts.rst Docs: User guide overhaul, part 1 (#63056) 2019-10-08 13:46:38 -04:00
become.rst Fix name of utility "nologin" (#69207) 2020-05-04 17:40:44 -05:00
collections_using.rst fix runtime.yml splunk.enterprise_security -> splunk.es (#70305) (#70310) 2020-07-02 10:32:01 -05:00
command_line_tools.rst Docs: User guide overhaul, part 1 (#63056) 2019-10-08 13:46:38 -04:00
connection_details.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
guide_rolling_upgrade.rst Remove reference to core Ansible (#68462) 2020-03-26 15:22:36 -04:00
index.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
intro.rst
intro_adhoc.rst user_guide/intro_adhoc.rst: fix typo (#67644) 2020-02-21 10:56:25 +00:00
intro_bsd.rst Clarification for Ansible and BSD Introduction (#69275) 2020-05-04 16:16:41 -05:00
intro_dynamic_inventory.rst Redirect inventory script links (#69143) 2020-04-29 16:05:39 -04:00
intro_getting_started.rst Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
intro_inventory.rst Specify numeric range can contain a stride (#68952) 2020-06-16 11:31:00 -05:00
intro_patterns.rst Update intro_patterns.rst (#67151) 2020-02-11 11:52:00 -06:00
intro_windows.rst removes last :doc: links in user guide (#58433) 2019-06-26 17:07:27 -04:00
modules.rst removes last :doc: links in user guide (#58433) 2019-06-26 17:07:27 -04:00
modules_intro.rst Docs: User guide overhaul, part 1 (#63056) 2019-10-08 13:46:38 -04:00
modules_support.rst fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
playbook_pathing.rst
playbooks.rst Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
playbooks_advanced_syntax.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_async.rst [backport][2.10] Docsbackportapaloosa (#70302) 2020-06-25 10:17:49 -05:00
playbooks_best_practices.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_blocks.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_checkmode.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_conditionals.rst Add SLES to user_guide/playbook_conditionals.yml (#69262) 2020-05-29 13:39:49 -04:00
playbooks_debugger.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_delegation.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_environment.rst note that environment is not good for secrets (#69618) 2020-05-28 15:24:32 -05:00
playbooks_error_handling.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_filters.rst Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
playbooks_filters_ipaddr.rst Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
playbooks_intro.rst Fix indentation (#66991) 2020-02-03 12:30:12 -05:00
playbooks_lookups.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_loops.rst loop: simplify dict2items example in docs (#66235) 2020-01-07 10:32:46 -05:00
playbooks_module_defaults.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_prompts.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_python_version.rst Upstream jinja has decided not to rename from jinja2. (#66880) 2020-01-30 10:57:50 -05:00
playbooks_reuse.rst Docs: User Guide overhaul, part 3 (#66371) 2020-01-21 16:57:55 -05:00
playbooks_reuse_includes.rst Docs: User Guide overhaul, part 3 (#66371) 2020-01-21 16:57:55 -05:00
playbooks_reuse_roles.rst Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
playbooks_roles.rst removes last :doc: links in user guide (#58433) 2019-06-26 17:07:27 -04:00
playbooks_special_topics.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_startnstep.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_strategies.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_tags.rst all: fix all the the duplicate words (#66784) 2020-01-28 14:06:40 -05:00
playbooks_templating.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_tests.rst Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 2020-06-08 16:30:14 -05:00
playbooks_variables.rst clarifies that vars can begin with _, with a warning (#69749) 2020-06-11 14:16:41 -04:00
playbooks_vars_facts.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_vault.rst clarify vault warning and fix typo (#64419) 2019-11-04 17:47:03 -06:00
plugin_filtering_config.rst
quickstart.rst link from quickstart page to Network Getting Started (#65150) 2019-11-21 11:42:57 -05:00
sample_setup.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
vault.rst Updated "Speeding up Vault Operations" section (#57701) 2019-06-14 10:17:40 -04:00
windows.rst Windows Setup doc; offer 10x perf improvement (#58259) 2019-07-30 15:53:17 -04:00
windows_dsc.rst fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
windows_faq.rst Update windows_faq.rst (#67482) 2020-02-17 13:38:46 -06:00
windows_performance.rst Windows Setup doc; offer 10x perf improvement (#58259) 2019-07-30 15:53:17 -04:00
windows_setup.rst Fix grammar error in docfile (#68707) 2020-04-06 16:03:17 -04:00
windows_usage.rst Prefer https:// links in the docs site (#62939) 2019-09-30 15:11:19 -04:00
windows_winrm.rst Fixes #65590 add pywinrm version explanation (#65591) 2020-01-16 08:22:38 +10:00