You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
shared_snippets Add docs detailing how to convert many with_X style loops to use loop and filters (#40964) 7 years ago
basic_concepts.rst Docs: User guide overhaul, part 1 (#63056) 5 years ago
become.rst Fix name of utility "nologin" (#69207) 5 years ago
collections_using.rst fix runtime.yml splunk.enterprise_security -> splunk.es (#70305) (#70310) 4 years ago
command_line_tools.rst Docs: User guide overhaul, part 1 (#63056) 5 years ago
connection_details.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
guide_rolling_upgrade.rst Remove reference to core Ansible (#68462) 5 years ago
index.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
intro.rst Remove more docs build errors (#45364) 6 years ago
intro_adhoc.rst user_guide/intro_adhoc.rst: fix typo (#67644) 5 years ago
intro_bsd.rst Clarification for Ansible and BSD Introduction (#69275) 5 years ago
intro_dynamic_inventory.rst Redirect inventory script links (#69143) 5 years ago
intro_getting_started.rst Doc backportapalooza 2 (#70440) 4 years ago
intro_inventory.rst Specify numeric range can contain a stride (#68952) 5 years ago
intro_patterns.rst Update intro_patterns.rst (#67151) 5 years ago
intro_windows.rst removes last :doc: links in user guide (#58433) 5 years ago
modules.rst removes last :doc: links in user guide (#58433) 5 years ago
modules_intro.rst Docs: User guide overhaul, part 1 (#63056) 5 years ago
modules_support.rst fixed some broken links (#66182) 5 years ago
playbook_pathing.rst doc(user_guide): fix typos (#47425) 6 years ago
playbooks.rst Doc backportapalooza 2 (#70440) 4 years ago
playbooks_advanced_syntax.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
playbooks_async.rst [backport][2.10] Docsbackportapaloosa (#70302) 4 years ago
playbooks_best_practices.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
playbooks_blocks.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
playbooks_checkmode.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_conditionals.rst Add SLES to user_guide/playbook_conditionals.yml (#69262) 5 years ago
playbooks_debugger.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_delegation.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_environment.rst note that environment is not good for secrets (#69618) 5 years ago
playbooks_error_handling.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_filters.rst [backport][2.10]Docs backportapalooza3 (#70695) 4 years ago
playbooks_filters_ipaddr.rst Doc backportapalooza 2 (#70440) 4 years ago
playbooks_intro.rst Fix indentation (#66991) 5 years ago
playbooks_lookups.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_loops.rst [backport][2.10]Docs backportapalooza3 (#70695) 4 years ago
playbooks_module_defaults.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_prompts.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
playbooks_python_version.rst Upstream jinja has decided not to rename from jinja2. (#66880) 5 years ago
playbooks_reuse.rst Docs: User Guide overhaul, part 3 (#66371) 5 years ago
playbooks_reuse_includes.rst Docs: User Guide overhaul, part 3 (#66371) 5 years ago
playbooks_reuse_roles.rst Doc backportapalooza 2 (#70440) 4 years ago
playbooks_roles.rst removes last :doc: links in user guide (#58433) 5 years ago
playbooks_special_topics.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_startnstep.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_strategies.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_tags.rst all: fix all the the duplicate words (#66784) 5 years ago
playbooks_templating.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
playbooks_tests.rst Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 5 years ago
playbooks_variables.rst clarifies that vars can begin with _, with a warning (#69749) 5 years ago
playbooks_vars_facts.rst WIP: Docs: User guide overhaul, part 4 (#69266) 5 years ago
playbooks_vault.rst clarify vault warning and fix typo (#64419) 5 years ago
plugin_filtering_config.rst Update plugin filter documentation (#46665) 6 years ago
quickstart.rst link from quickstart page to Network Getting Started (#65150) 5 years ago
sample_setup.rst Docs: User guide overhaul, part 2 (#65474) 5 years ago
vault.rst Updated "Speeding up Vault Operations" section (#57701) 6 years ago
windows.rst Windows Setup doc; offer 10x perf improvement (#58259) 5 years ago
windows_dsc.rst fixed some broken links (#66182) 5 years ago
windows_faq.rst Update windows_faq.rst (#67482) 5 years ago
windows_performance.rst Windows Setup doc; offer 10x perf improvement (#58259) 5 years ago
windows_setup.rst Fix grammar error in docfile (#68707) 5 years ago
windows_usage.rst Prefer https:// links in the docs site (#62939) 5 years ago
windows_winrm.rst [backport][2.10]Docs backportapalooza3 (#70695) 4 years ago