summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/playbook_guide/playbooks_execution.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /docs/docsite/rst/playbook_guide/playbooks_execution.rst
parentInitial commit. (diff)
downloadansible-core-upstream.tar.xz
ansible-core-upstream.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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