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 af07c35f98
Backport/2.11/docs2 (#74484)
* Add description for COLLECTIONS_SCAN_SYS_PATH (#74351)

Fixes: #74275

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

* lighten navigation background to make section labels easier to read for core docs (#74356)

* make section labels for /ansible-core/ docs easier to read, with black text and lighter gray background

(cherry picked from commit 6119fb0a9a)

* Correct splitext() description, and example (#74377)

`splitext()` returns a 2-tuple of strings, and the last element of the return value includes the `.`

(cherry picked from commit c295de661c)

* Using "~" instead of "+" for concatination (#74364)

Changed FAQ examples to conform with the Jinja documentation:
If both values on either side of a plus/+ are numbers, they will be added whereas using "~" will convert all operands into strings and then concatenate them. Closes #73799.

(cherry picked from commit e6a5245d60)

* Docs - Split Developing collections page, add info on optional module_utils (#74105)

*

(cherry picked from commit c90922ee36)

* Add weos4 network platform to documentation (#74088)

* Add weos4 network platform to documentation

* Fix small format issues

(cherry picked from commit 7ca5dede97)

* Fix typo in Makefile (#74396)

Fixed minor typo specfic -> specific

(cherry picked from commit 4880fee6ca)

* Update complex_data_manipulation.rst (#72509)

(cherry picked from commit c2985c491b)

* Update VMware library installation docs (#71219)

Depending upon OS/distro, please use pip/pip3.

(cherry picked from commit ddfc648d37)

* Update AWS dev guides to use collections utils and fragments (#72312)

(cherry picked from commit cf08c23b4f)

* Use is_boto3_error_code in 'standard' example (#72313)

Use is_boto3_error_code in 'standard' example rather than e.response['Error']['Code'] (#72313)

Co-authored-by: Sloane Hertel <shertel@redhat.com>
(cherry picked from commit 63afb33d86)

* Update Kubernetes collection name in docs (#74440)

(cherry picked from commit 8d499bbc83)

* Update argcomplete docs links on installation guide (#74410)

Link on installation docs is outdated. Switch to currently docs at: https://kislyuk.github.io/argcomplete/

(cherry picked from commit f97787ca74)

* fix spacing to fix header, reorg contributing page (#74421)

Co-authored-by: John R Barker <john@johnrbarker.com>
(cherry picked from commit 9d9b08bece)

* Update first_found documentation (#70502)

* import_tasks do not work with loop, use use include_tasks instead
* update documentation

(cherry picked from commit bacede7a2b)

* Product-related updates. (#74454)

(cherry picked from commit 34c9ed8a28)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
Co-authored-by: Hublerho <43293510+Hublerho@users.noreply.github.com>
Co-authored-by: Ernst Oudhof <17832702+ernst-s@users.noreply.github.com>
Co-authored-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
Co-authored-by: dhx-mike-palandra <45608336+dhx-mike-palandra@users.noreply.github.com>
Co-authored-by: jakelevinez <31458570+jakelevinez@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Lidiane Taquehara <lidi.mayra@gmail.com>
Co-authored-by: Alex Domoradov <alex.hha@gmail.com>
Co-authored-by: Bill Nottingham <notting@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/docs2 (#74484) 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) 5 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/docs2 (#74484) 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) 6 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) 6 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