summaryrefslogtreecommitdiff
path: root/docs/man/man1/ansible-doc.1.asciidoc.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1/ansible-doc.1.asciidoc.in')
-rw-r--r--docs/man/man1/ansible-doc.1.asciidoc.in26
1 files changed, 23 insertions, 3 deletions
diff --git a/docs/man/man1/ansible-doc.1.asciidoc.in b/docs/man/man1/ansible-doc.1.asciidoc.in
index 46d4c2fd26..f46db17b60 100644
--- a/docs/man/man1/ansible-doc.1.asciidoc.in
+++ b/docs/man/man1/ansible-doc.1.asciidoc.in
@@ -28,9 +28,11 @@ playbook.
OPTIONS
-------
-*-M* 'directory', *--module-path=*'directory'::
+*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
-Add an additional directory to the default path for finding module libraries.
+the 'DIRECTORY' search path to load modules from. The default is
+'/usr/share/ansible'. This can also be set with the ANSIBLE_LIBRARY
+environment variable.
*-s*, *--snippet=*::
@@ -41,6 +43,24 @@ a kind of task template.
Produce a terse listing of modules and a short description of each.
+
+ENVIRONMENT
+-----------
+
+ANSIBLE_LIBRARY -- Override the default ansible module library path
+
+
+FILES
+-----
+
+/usr/share/ansible/ -- Default module library
+
+/etc/ansible/ansible.cfg -- Config file, used if present
+
+~/.ansible.cfg -- User config file, overrides the default config if present
+
+
+
AUTHOR
------
@@ -59,7 +79,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
-*ansible-playbook*(1), *ansible*(1), *ansible-pull*(1)
+*ansible-playbook*(1), *ansible*(1), *ansible-pull*(1), *ansible-vault*(1), *ansible-galaxy*(1)
Extensive documentation is available in the documentation site:
<http://docs.ansible.com>. IRC and mailing list info can be found