b233f3f296
* updated docs - for devs: - added inventory/vars section - made some updates to general section and other plugin types - for users: - added 'user' plugin section to start describing the plugins - docs on types, what they are and how to use - removed ref to deleted AUTHORS file - corrected several typos/headers - added descriptions to config.rst template - ignore generated files for cli/plugins and config - remove new generated files on `make clean` - moved details from devguid and intro doc to plugin specific pages - pretied up lookup notes - changed precedence ref to not conflict config - removed duplicate config data, as config is autogenerated and up to date - put new plugins under playbooks - added `pass` cause rst/python dislikes fractions - removed dupe in .gitignore, alpha sorted to avoid moar dupes - added try cause rst/python freaks out * generate plugins into their own dir only do plugins that support docs use toctree from main plugins page
25 lines
750 B
ReStructuredText
25 lines
750 B
ReStructuredText
Playbooks: Special Topics
|
|
`````````````````````````
|
|
Here are some playbook features that not everyone may need to learn, but can be quite useful for particular applications.
|
|
Browsing these topics is recommended as you may find some useful tips here, but feel free to learn the basics of Ansible first
|
|
and adopt these only if they seem relevant or useful to your environment.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
become
|
|
playbooks_acceleration
|
|
playbooks_async
|
|
playbooks_checkmode
|
|
playbooks_debugger
|
|
playbooks_delegation
|
|
playbooks_environment
|
|
playbooks_error_handling
|
|
playbooks_advanced_syntax
|
|
plugins
|
|
playbooks_prompts
|
|
playbooks_tags
|
|
playbooks_vault
|
|
playbooks_startnstep
|
|
playbooks_keywords
|
|
playbooks_lookups
|