373b1dcf59
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79. Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more. * Adding extra blank line for shippable
26 lines
755 B
ReStructuredText
26 lines
755 B
ReStructuredText
Advanced Playbooks Features
|
|
===========================
|
|
|
|
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
|