ansible/docs/docsite/rst/user_guide
Sandra McCann c936b8b638
[backport][2.10]Docs backportapalooza3 (#70695)
* Suggest ansible ad-hoc command while developing module (#70308)

If a local module has no documentation, the doc command will fail without any hints of what is wrong. Add another way to confirm the presence of a local module.
* Update docs/docsite/rst/dev_guide/developing_locally.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 82e5d03bdb)

* Update AWS Integration test docmentation (#70454)

(cherry picked from commit e1ba7dc52a)

* Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.

(cherry picked from commit fb7740ae3b)

* Document that subversion module requires subversion (#70537)

(cherry picked from commit 64c2cb273f)

* update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs

(cherry picked from commit f7db428375)

* Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.

(cherry picked from commit f4ea43c4a0)

* updated requirements file for docs build (#70609)

(cherry picked from commit 38ccfb4a3e)

* Clarify that index_var is 0 indexed (#70548)

A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.

(cherry picked from commit c410311f55)

* docs: update module development docs (#70594)

Update module development docs for flattened modules directory.

Fixes: #70261 (at least partially)

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

* Doc: fix examples of changelog entries. (#70551)

(cherry picked from commit edcd1a1a70)

* Document tags are not supported with task meta. (#70590)

fixes #70338

(cherry picked from commit 40591d5fbb)

* docs: update date format in removed_at_date (#70597)

removed_at_date requires YYYY-MM-DD format.

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

* partial update of community docs to reflect collections transition (#70488)

(cherry picked from commit f1f782fc37)

Co-authored-by: Michael Ritsema <michaelritsema@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
Co-authored-by: FloMiau <37121807+FloMiau@users.noreply.github.com>
Co-authored-by: mahadelmi <mahadelmi@cmail.carleton.ca>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Karl Goetz <goetzk@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
2020-07-17 13:50:40 -05:00
..
shared_snippets Add docs detailing how to convert many with_X style loops to use loop and filters (#40964) 2018-06-01 10:37:21 -04:00
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 Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
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 doc(user_guide): fix typos (#47425) 2018-10-24 12:01:24 -04:00
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 [backport][2.10]Docs backportapalooza3 (#70695) 2020-07-17 13:50:40 -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 [backport][2.10]Docs backportapalooza3 (#70695) 2020-07-17 13:50:40 -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 Update plugin filter documentation (#46665) 2018-10-29 15:04:32 -04:00
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 [backport][2.10]Docs backportapalooza3 (#70695) 2020-07-17 13:50:40 -05:00