summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/playbook_guide/playbooks_execution.rst
blob: b1377cd52ae75717b0fbbe30e418e7fd0875b2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _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