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 c05b61777c
Backport/2.8/docs rst omnibus (#56310)
* Update windows_setup.rst (#55535): Wrong protocol and port in command.

(cherry picked from commit 6ea3eca8ff)

* Clarify the two targets of vault encryption, with notes about advantages and drawbacks of each

Co-Authored-By: tacatac <taca@kadisius.eu>
(cherry picked from commit 79198cad7a)

* Improve consistency of loop documentation (#55674)

(cherry picked from commit a5cb47d697)

* Add Microsoft Document URL for WinRM Memory Hotfix (#55680)

Co-Authored-By: hiyokotaisa <thel.vadam2485@gmail.com>
(cherry picked from commit 7b86208fcd)

* Clarify the documentation for `async` and `poll`; describe the behavior when `poll` = 0 and when it does not.

Co-Authored-By: tacatac <taca@kadisius.eu>
(cherry picked from commit dbc64ae64c)

* Add security group info and example to AWS guide (#55783): expand documentation on how to use lookup plugin aws_service_ip_ranges with ec2_group module

(cherry picked from commit bb5059f2c7)

* correct description of modules vs plugins (#55784)

(cherry picked from commit 9d5b5d7ddd)

* Fix var naming (#55795): Make vars match tasks in Google Compute guide.

(cherry picked from commit 943f7334c5)

* Clarifies how Ansible processes multiple `failed_when` conditions (#55941): multiple failed_when conditions join with AND not OR to counter third-party pages online incorrectly stating that it uses `OR`. ([example](https://groups.google.com/d/msg/ansible-project/cIaQTmY3ZLE/c5w8rlmdHWIJ)).

(cherry picked from commit 5439eb8bd8)

* Docs: edits & expands module_utils & search path info in dev guide (#55931)

(cherry picked from commit 8542459b95)

* Add faq note about ssh ServerAliveInterval (#55568)

(cherry picked from commit 76dba7aa4f)

* docsite: correct path, list requirements for testing module docs, etc. (#52008)

* dev_guide: correct path, list requirements, etc.; module HTML docs are in '_build/html/module' subdir

(cherry picked from commit b14f477bee)

* Developer documentation update involving module invocation (#55747)

* Update docs for the 2.7 change to AnsiballZ which invokes modules with one
  less Python interpreter

* Add a section on how module results are returned and on trust between modules, action plugins, and the executor.

* Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst

Co-Authored-By: abadger <a.badger@gmail.com>
(cherry picked from commit edafa71f42)

* add doc example of multiline failed_when with OR (#56007)
* add variety to multiple OR failed_when doc example

(cherry picked from commit 7d5ada7161)

* Note that by default the regex test is identical to match, but can do much more (#50205)

* Note that the regex test behaves like 'match', with default settings

(cherry picked from commit 86e98c5213)

* more info on how vaults work (#56183)

also add warning about what it covers.

(cherry picked from commit 8ff27c4e0c)

* Fix var naming in GCE guide

(cherry picked from commit dae5564e2b)

* dev_guide: Various small updates (#53273)

* Document the clarifications that I usually remark when doing reviews
* Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst

Co-Authored-By: dagwieers <dag@wieers.com>
(cherry picked from commit eac7f1fb58)

* Lack of "--update" flag in older Ubuntu distros (#56283): when installing on older Ubuntu distributions be aware of the lack of ``-u`` or ``--update`` flag.

(cherry picked from commit dd0b0ae47b)

* should have gone into 52373 (#56306)

(cherry picked from commit 3c8d8b1509)
7 years ago
..
shared_snippets Add docs detailing how to convert many with_X style loops to use loop and filters (#40964) 8 years ago
become.rst Docs: Added missing backtick in become (#55012) 7 years ago
command_line_tools.rst Refine plugin docs (#49324) 7 years ago
guide_rolling_upgrade.rst Shortens Scenario Guides, incorporates vmware guide (#54554) 7 years ago
index.rst Core Docs Refactor and Redesign (#36067) 8 years ago
intro.rst Remove more docs build errors (#45364) 7 years ago
intro_adhoc.rst doc(user_guide): fix typos (#47425) 7 years ago
intro_bsd.rst Remove use of simplejson throughout code base (#43548) 7 years ago
intro_dynamic_inventory.rst Broken link fixed. (#51492) 7 years ago
intro_getting_started.rst Become plugins (#50991) 7 years ago
intro_inventory.rst standardize connection variable names (#51776) 7 years ago
intro_patterns.rst Prefer https:// links in the docs site 7 years ago
intro_windows.rst Core Docs Refactor and Redesign (#36067) 8 years ago
modules.rst Python interpreter discovery (#50163) 7 years ago
modules_intro.rst Prefer https:// links in the docs site 7 years ago
modules_support.rst link to KB article -certified modules (#50050) 7 years ago
playbook_pathing.rst doc(user_guide): fix typos (#47425) 7 years ago
playbooks.rst Shortens Scenario Guides, incorporates vmware guide (#54554) 7 years ago
playbooks_advanced_syntax.rst docs: Add example of anchor and aliases in playbook (#54079) 7 years ago
playbooks_async.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
playbooks_best_practices.rst Fine tune sanity (#53544) 7 years ago
playbooks_blocks.rst Adding more information about blocks and blocks error handling. (#54429) 7 years ago
playbooks_checkmode.rst docs: Document disabling diff on task level (#37998) 8 years ago
playbooks_conditionals.rst Update playbooks_conditionals.rst (#54438) 7 years ago
playbooks_debugger.rst Add shorthand debugger method to recreate the task from the original ds (#46987) 7 years ago
playbooks_delegation.rst Update playbooks_delegation.rst (#51949) 7 years ago
playbooks_environment.rst remove some instances of `state: installed` (#53537) 7 years ago
playbooks_error_handling.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
playbooks_filters.rst regex_escape: support POSIX basic regex (#50327) 7 years ago
playbooks_filters_ipaddr.rst ipaddr: Update docs (#54587) 7 years ago
playbooks_intro.rst Clarify how to use variables with handlers (#54928) 7 years ago
playbooks_lookups.rst "with in" changed to "within" (#54990) 7 years ago
playbooks_loops.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
playbooks_module_defaults.rst openstack: add os module_defaults group (#54319) 7 years ago
playbooks_prompts.rst added unsafe toggle to vars_prompt (#49219) 7 years ago
playbooks_python_version.rst Core Docs Refactor and Redesign (#36067) 8 years ago
playbooks_reuse.rst Add link to include / import module doc to discussion of include / import. (#48932) 7 years ago
playbooks_reuse_includes.rst Fix undefined label playbooks_reuse_includes warn (#53522) 7 years ago
playbooks_reuse_roles.rst two indentation fixes in playbooks_reuse_roles.rst (#51934) 7 years ago
playbooks_roles.rst Reduce warnings (#39254) 8 years ago
playbooks_special_topics.rst clarifies FAQ answer about env vars (#48432) 7 years ago
playbooks_startnstep.rst Core Docs Refactor and Redesign (#36067) 8 years ago
playbooks_strategies.rst Only one strategy_plugins page (#49442) 7 years ago
playbooks_tags.rst fix typo in example (#52475) 7 years ago
playbooks_templating.rst Add now() jinja2 global func for getting the date/time (#43792) 7 years ago
playbooks_tests.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
playbooks_variables.rst Change un-ordered list to ordered (#52033) 7 years ago
playbooks_vault.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
plugin_filtering_config.rst Update plugin filter documentation (#46665) 7 years ago
quickstart.rst Update documentation based on 301 permanent redirects (#43675) 7 years ago
vault.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
windows.rst Add support for Windows hosts in the SSH connection plugin (#47732) 7 years ago
windows_dsc.rst win_dsc - Add argument validation and other fixes (#53093) 7 years ago
windows_faq.rst Add support for Windows hosts in the SSH connection plugin (#47732) 7 years ago
windows_setup.rst Backport/2.8/docs rst omnibus (#56310) 7 years ago
windows_usage.rst fixes typo in windows usage guide (#49672) 7 years ago
windows_winrm.rst Windows - add docs around TLS protocols (#54016) 7 years ago