Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
1.1 KiB
Advanced Playbooks Features
As you write more playbooks and roles, you might have some special
use cases. For example, you may want to execute "dry runs" of your
playbooks (check_mode_dry
), ask playbook users to supply
information (playbooks_prompts
), retrieve information from an
external datastore or API (lookup_plugins
), or change the way Ansible handles
failures (playbooks_error_handling
). The topics listed on this
page cover these use cases and many more. If you cannot achieve your
goals with basic Ansible concepts and actions, browse through these
topics for help with your use case.
become playbooks_async playbooks_checkmode playbooks_debugger playbooks_delegation playbooks_environment playbooks_error_handling playbooks_advanced_syntax ../plugins/plugins playbooks_prompts playbooks_tags playbooks_vault playbooks_startnstep ../reference_appendices/playbooks_keywords playbooks_lookups playbooks_module_defaults