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/playbook_guide
Sandra McCann a7aeb61c03
Backportapalooza 01 19 (#79771)
* Update authentication.rst (#79623)

(cherry picked from commit e7af7532bd)

* Fix typo (#79641)

(cherry picked from commit 8e7cc371be)

* correct the mistake of example repeat_original (#79659)

there is a little mistake

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr

(cherry picked from commit 6f8c1da0c8)

* switched reference from katacoda to instruqt (#79698)

(cherry picked from commit 0fc932fda0)

* contributor_path: fix typos (#79678)

(cherry picked from commit fe7d488a1b)

* Fix broken reference to FAQ (#79621)

(cherry picked from commit 602824db1d)

* Docsite: add Security Automation Working Group to Communication guide (#79692)

(cherry picked from commit 65efa4b97f)

* Docsite: remove dead Lockdown Working Group from Communication guide (#79693)

(cherry picked from commit 55f9d7f71f)

* Fix `undef()` example to a valid Jinja template (#79701)

(cherry picked from commit e41d2874a6)

* Truthy value should be one of false or true (#79730)

Otherwise ansible-lint complains: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy

(cherry picked from commit b756a08d89)

* Fix regex filter docs (#79736)

* Fix notes in regex_replace doc

The documentation says that this maps to 'regex.replace' when it should say 're.replace'. The distinction is important because of the third-party 'regex' module that has more features than the built-in 're' module. https://pypi.org/project/regex/

* Fix notes in re.search docs

The documentation says that this maps to 'regex.search' when it should say 're.search'. The distinction is important because of the third-party 'regex' module that has more features than the built-in 're' module. https://pypi.org/project/regex/

(cherry picked from commit cf50d8131f)

* complex_data_manipulation.rst: fix typo (#79758)

(cherry picked from commit b5b7f9bce2)

* Fix broken link for inventory script examples (#79762)

These scripts were removed from community.general in https://github.com/ansible-collections/community.general/pull/2696 and moved to ansible-community/contrib-scripts per https://github.com/ansible-community/community-topics/issues/16#issuecomment-853317111

(cherry picked from commit 97993eeb10)

* communication.rst: improve (#79751)

(cherry picked from commit 11a27eefa2)

* Fix broken docs links. (#79769)

(cherry picked from commit 5d71ace583)

Co-authored-by: Gineesh Madapparambath <net.gini@gmail.com>
Co-authored-by: Kristopher Henry Kram <kristopher@kristopherkram.com>
Co-authored-by: evangelionlion <546620084@qq.com>
Co-authored-by: Deric Crago <deric.crago@gmail.com>
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
Co-authored-by: Rune Juhl Jacobsen <rune@juhljacobsen.dk>
Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
Co-authored-by: antonc42 <antonc42@users.noreply.github.com>
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
..
shared_snippets Backportapalooza 10 4 (#79309) 3 years ago
complex_data_manipulation.rst Backportapalooza 01 19 (#79771) 3 years ago
guide_rolling_upgrade.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
index.rst issue 78082 move content and orphan user guide (#78711) 3 years ago
playbook_pathing.rst Backportapalooza 11 18 (#79416) 3 years ago
playbooks.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_advanced_syntax.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_async.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_blocks.rst Backportapalooza 12 15 (#79607) 3 years ago
playbooks_checkmode.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_conditionals.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_debugger.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_delegation.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_environment.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_error_handling.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_execution.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_filters.rst Backportapalooza 01 19 (#79771) 3 years ago
playbooks_handlers.rst Move handler processing into new PlayIterator state (#77955) 3 years ago
playbooks_intro.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_lookups.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_loops.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_module_defaults.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_privilege_escalation.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_prompts.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_python_version.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_reuse.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_reuse_roles.rst Backportapalooza 10 27 (#79247) 3 years ago
playbooks_roles.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_special_topics.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_startnstep.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_strategies.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_tags.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_templating.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_templating_now.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago
playbooks_tests.rst Add pep440 version_type for version test (#78308) 3 years ago
playbooks_variables.rst Backportapalooza 12 15 (#79607) 3 years ago
playbooks_vars_facts.rst Backport hacktoberfest 3 (#79069) 3 years ago
playbooks_vault.rst Docs: Issue 78082 Create playbook guide (#78262) 3 years ago