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
Alicia Cozine 8d03c2ddc4
Backport/2.11/docs1 (#74457)
* Fix issue with version 3 in docs version list (#74089)

Previously would subsitute the "3" in "s3" instead of the version location in the URL

(cherry picked from commit 325ccf22fe)

* corrected epmhasis line (#74254)

need to be careful when adding lines as you create a different offset

(cherry picked from commit 7b39ee361d)

* correct how to install Docker SDK for Python (#74288)

* docs: correct guide for the latest Docker SDK for Python
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Daeseok Youn <daeseok.youn@navercorp.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>

(cherry picked from commit 9369bd6ca1)

* Provide results to examples (#73984)

(cherry picked from commit 99a2b5f300)

* remove deprecated ansible.module_utils._text from documentation (#73211)

According to comment in ansible.module_utils._text it is deprecated and
should not be used. This is now reflected in the documentation.

(cherry picked from commit 5e5bfa8116)

* Update playbooks_filters.rst (#74242)

##### SUMMARY
Make the `random` filter description more clear.

(cherry picked from commit 5f391a72ee)

* Docs: Fix k8s_config_resource_name YAML example (#74129)

The `name` key should be beneath `metadata`:

(cherry picked from commit c9c84594d8)

* Update lookup.rst (#73716)

Document that users must pass `allow_unsafe=True` as an option in the lookup to allow templating, with a note about security implications.

Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
(cherry picked from commit c0cc574e65)

* vmware: Add a note about known issue (#73273)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
(cherry picked from commit 6e56e72d99)

Co-authored-by: Scott Sinclair <252082+pwae@users.noreply.github.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: daeseokyoun <daeseok.youn@gmail.com>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: schurzi <github@drachen-server.de>
Co-authored-by: yuri <1969yuri1969@gmail.com>
Co-authored-by: ml <6209465+ml-@users.noreply.github.com>
Co-authored-by: sry9681 <sry9681@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
..
shared_snippets Docsite: improve playbooks_loops.rst (#71718) 5 years ago
basic_concepts.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
become.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
collections_using.rst [backport][Docs] Docs backportapalooza1 (#74355) 5 years ago
command_line_tools.rst Docs: User guide overhaul, part 1 (#63056) 6 years ago
complex_data_manipulation.rst Backport/2.11/docs1 (#74457) 5 years ago
connection_details.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
guide_rolling_upgrade.rst Update HTTP -> HTTPS (#72244) 5 years ago
index.rst [backport][Docs] Docs backportapalooza1 (#74355) 5 years ago
intro.rst Fixing ad-hoc commands #73636 (#73646) 5 years ago
intro_adhoc.rst Fixing ad-hoc commands #73636 (#73646) 5 years ago
intro_bsd.rst Clarification for Ansible and BSD Introduction (#69275) 6 years ago
intro_dynamic_inventory.rst Docsite: improve inventory-related pages (#71907) 5 years ago
intro_getting_started.rst Introduce the concept of playbooks early on (#74018) 5 years ago
intro_inventory.rst Add direct link to using multiple inventory sources (#73680) 5 years ago
intro_patterns.rst Fixing ad-hoc commands #73636 (#73646) 5 years ago
intro_windows.rst removes last :doc: links in user guide (#58433) 7 years ago
modules.rst Collections docs generation (#59761) 6 years ago
modules_intro.rst More docs updates to reflect collections ecosystem (#71597) 5 years ago
modules_support.rst Rebased pr73824 (#73934) 5 years ago
playbook_pathing.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
playbooks.rst User guide overhaul, Table of Contents (#71553) 5 years ago
playbooks_advanced_syntax.rst Docsite: update complex_data_manipulation and playbooks_advanced_syntax rst files to use FQCNs (#72539) 5 years ago
playbooks_async.rst Auto cleanup of async cache file (#73760) 5 years ago
playbooks_best_practices.rst Changed all_modules references to list_of_collections in the documentation (#71656) 5 years ago
playbooks_blocks.rst Fix block example line emphasis (#73238) 5 years ago
playbooks_checkmode.rst Docsite: update user_guide/playbooks_checkmode (#72052) 5 years ago
playbooks_conditionals.rst Fixed a typo in user_guide/playbooks_conditinals (#72427) 5 years ago
playbooks_debugger.rst Docsite: update user_guide/playbooks_debugger (#72053) 5 years ago
playbooks_delegation.rst Docsite: misc fixes of playbooks_delegation (#71753) 5 years ago
playbooks_environment.rst Docsite: fix user_guide/playbooks_environment (#71772) 5 years ago
playbooks_error_handling.rst Docsite: fix user_guide/playbooks_error_handling (#71771) 5 years ago
playbooks_filters.rst Backport/2.11/docs1 (#74457) 5 years ago
playbooks_filters_ipaddr.rst Fix documentation for slaac filter (#73294) 5 years ago
playbooks_handlers.rst document that handler can not run include_role and import_role (#72744) 5 years ago
playbooks_intro.rst Fix missing dashes in playbooks intro doc (#72746) 5 years ago
playbooks_lookups.rst Rebased pr73824 (#73934) 5 years ago
playbooks_loops.rst Reword strangely patronising introduction to loops (#72019) 5 years ago
playbooks_module_defaults.rst Docsite: update user_guide/playbooks_module_defaults (#72051) 5 years ago
playbooks_prompts.rst Docsite: update user_guide/playbooks_prompts (#72049) 5 years ago
playbooks_python_version.rst Upstream jinja has decided not to rename from jinja2. (#66880) 6 years ago
playbooks_reuse.rst added perf note to inc/imp diffs (#73371) 5 years ago
playbooks_reuse_includes.rst Changed all_modules references to list_of_collections in the documentation (#71656) 5 years ago
playbooks_reuse_roles.rst [backport][Docs] Docs backportapalooza1 (#74355) 5 years ago
playbooks_roles.rst removes last :doc: links in user guide (#58433) 7 years ago
playbooks_special_topics.rst User guide overhaul, Table of Contents (#71553) 5 years ago
playbooks_startnstep.rst WIP: Docs: User guide overhaul, part 4 (#69266) 6 years ago
playbooks_strategies.rst Update playbooks_strategies.rst (#72176) 5 years ago
playbooks_tags.rst [backport][Docs] Docs backportapalooza1 (#74355) 5 years ago
playbooks_templating.rst add link to jinja docs from templating section (#72205) 5 years ago
playbooks_tests.rst Add semver support to the jinja2 version test (#71600) 5 years ago
playbooks_variables.rst Update playbooks_variables.rst. To say you can define variables within a playbook is somewhat misleading. Variables are defined within plays and are only visible within the play they are defined in *not* the entire playbook. There is no way to define vars to have strictly playbook scope. (#73986) 5 years ago
playbooks_vars_facts.rst Update playbooks_vars_facts.rst (#72150) 5 years ago
playbooks_vault.rst Docs: User guide overhaul, part 5 (#70307) 6 years ago
plugin_filtering_config.rst Wording changes to docs (#70082) 5 years ago
quickstart.rst link from quickstart page to Network Getting Started (#65150) 6 years ago
sample_setup.rst Fixing ad-hoc commands #73636 (#73646) 5 years ago
vault.rst Fixed typo in vault documentation (#73666) 5 years ago
windows.rst Windows Setup doc; offer 10x perf improvement (#58259) 7 years ago
windows_dsc.rst Docs: User guide overhaul, part 5 (#70307) 6 years ago
windows_faq.rst Update WSL docs to mention sleep workaround (#72839) 5 years ago
windows_performance.rst Windows Setup doc; offer 10x perf improvement (#58259) 7 years ago
windows_setup.rst Added TLS security protocol for Powershell downloads (#73226) 5 years ago
windows_usage.rst Fixing ad-hoc commands #73636 (#73646) 5 years ago
windows_winrm.rst Update windows_winrm.rst (#73101) 5 years ago