summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/command_guide/command_line_tools.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/command_guide/command_line_tools.rst')
-rw-r--r--docs/docsite/rst/command_guide/command_line_tools.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/docsite/rst/command_guide/command_line_tools.rst b/docs/docsite/rst/command_guide/command_line_tools.rst
new file mode 100644
index 0000000..232cd25
--- /dev/null
+++ b/docs/docsite/rst/command_guide/command_line_tools.rst
@@ -0,0 +1,23 @@
+.. _command_line_tools:
+
+Working with command line tools
+===============================
+
+Most users are familiar with `ansible` and `ansible-playbook`, but those are not the only utilities Ansible provides.
+Below is a complete list of Ansible utilities. Each page contains a description of the utility and a listing of supported parameters.
+
+.. note::
+ You should not run most Ansible CLI tools in parallel against the same targets.
+
+.. toctree::
+ :maxdepth: 1
+
+ ../cli/ansible.rst
+ ../cli/ansible-config.rst
+ ../cli/ansible-console.rst
+ ../cli/ansible-doc.rst
+ ../cli/ansible-galaxy.rst
+ ../cli/ansible-inventory.rst
+ ../cli/ansible-playbook.rst
+ ../cli/ansible-pull.rst
+ ../cli/ansible-vault.rst