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/playbook_guide/playbooks_execution.rst

22 lines
780 B
ReStructuredText

.. _executing_playbooks:
Executing playbooks
===================
Ready to run your Ansible playbook?
Running complex playbooks requires some trial and error so learn about some of the abilities that Ansible gives you to ensure successful execution.
You can validate your tasks with "dry run" playbooks, use the start-at-task and step mode options to efficiently troubleshoot playbooks.
You can also use Ansible debugger to correct tasks during execution.
Ansible also offers flexibility with asynchronous playbook execution and tags that let you run specific parts of your playbook.
.. toctree::
:maxdepth: 2
playbooks_checkmode
playbooks_privilege_escalation
playbooks_tags
playbooks_startnstep
playbooks_debugger
playbooks_async
playbooks_strategies