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