ansible/docs/docsite/rst/dev_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)
2019-05-13 08:22:20 -05:00
..
shared_snippets rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
style_guide Remove old 'srtd' theme and references. (#49289) 2019-03-05 12:22:17 -06:00
testing/sanity Replace no-underscore-variable test with pylint. (#54140) 2019-03-20 22:14:22 -07:00
debugging.rst standardize connection variable names (#51776) 2019-02-11 10:43:10 -05:00
developing_api.rst Update the example for API use to reflect new context object (#50723) 2019-01-21 11:21:06 -06:00
developing_core.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_inventory.rst Rewrote one awkward sentence. (#54892) 2019-04-05 14:25:50 -05:00
developing_locally.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_module_utilities.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
developing_modules_best_practices.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_modules_checklist.rst adds better links to tips and pitfalls page (#55458) (#55607) 2019-04-22 10:00:33 -05:00
developing_modules_documenting.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_modules_general.rst Backport/2.8/docs other (#56318) 2019-05-13 07:27:55 -05:00
developing_modules_general_aci.rst Correct the command for test coverage 2019-01-16 14:42:01 +01:00
developing_modules_general_windows.rst Ansible.Basic - add required_by to module spec (#51407) 2019-02-15 13:00:25 +10:00
developing_modules_in_groups.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_plugins.rst Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
developing_program_flow_modules.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
developing_python_3.rst adds stub API docs in a single file (#46663) 2018-10-11 10:15:24 -04:00
developing_rebasing.rst Update developing_rebasing.rst (#51650) 2019-02-08 13:29:39 -06:00
index.rst adds better links to tips and pitfalls page (#55458) (#55607) 2019-04-22 10:00:33 -05:00
module_lifecycle.rst rewrite of the developer guide, part 1 (#45179) 2018-09-07 08:57:36 -05:00
overview_architecture.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
testing.rst Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
testing_compile.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_documentation.rst Backport/2.8/docs rst omnibus (#56310) 2019-05-13 08:22:20 -05:00
testing_httptester.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_integration.rst Update Testing page for OS version (#53800) 2019-03-15 11:35:39 +05:30
testing_integration_legacy.rst restores legacy testing file (#46095) 2018-09-25 08:52:47 -04:00
testing_pep8.rst Remove more docs build errors (#45364) 2018-09-11 17:51:47 +01:00
testing_running_locally.rst doc: preseve block-quote structure (#53293) 2019-03-06 13:45:22 -05:00
testing_sanity.rst Docs: List of Sanity Tests (#52986) 2019-02-26 11:27:39 -06:00
testing_units.rst Add example for full path on unit tests (#55243) (#55603) 2019-04-22 09:59:21 -05:00
testing_units_modules.rst Update set_module_args in unit test docs (#55244) (#55604) 2019-04-22 09:59:38 -05:00
testing_validate-modules.rst Add a new check to ensure that module arguments are valid python identifiers (#53278) 2019-03-05 10:26:06 -06:00