8998ec17b8
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79. Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.
* Adding extra blank line for shippable
(cherry picked from commit 373b1dcf59
)
19 lines
No EOL
544 B
ReStructuredText
19 lines
No EOL
544 B
ReStructuredText
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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
ansible.rst
|
|
ansible-config.rst
|
|
ansible-console.rst
|
|
ansible-doc.rst
|
|
ansible-galaxy.rst
|
|
ansible-inventory.rst
|
|
ansible-playbook.rst
|
|
ansible-pull.rst
|
|
ansible-vault.rst
|
|
|