summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/playbook_guide/playbooks_execution.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/playbook_guide/playbooks_execution.rst')
-rw-r--r--docs/docsite/rst/playbook_guide/playbooks_execution.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/docsite/rst/playbook_guide/playbooks_execution.rst b/docs/docsite/rst/playbook_guide/playbooks_execution.rst
new file mode 100644
index 0000000..b1377cd
--- /dev/null
+++ b/docs/docsite/rst/playbook_guide/playbooks_execution.rst
@@ -0,0 +1,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 \ No newline at end of file