NAME
ansible-doc - plugin documentation toolSYNOPSIS
- usage: ansible-doc [-h] [--version] [-v] [-M MODULE_PATH]
- [--playbook-dir BASEDIR] [-t {become,cache,callback,cliconf,connection,httpapi,inventory,lookup,netconf,shell,vars,module,strategy,test,filter,role,keyword}] [-j] [-r ROLES_PATH] [-e ENTRY_POINT | -s | -F | -l | --metadata-dump] [--no-fail-on-errors] [plugin ...]
DESCRIPTION
displays information on modules installed in Ansible libraries. It displays a terse listing of plugins and their short descriptions, provides a printout of their DOCUMENTATION strings, and it can create a short "snippet" which can be pasted into a playbook.COMMON OPTIONS
Plugin
For internal use only Dump json
metadata for all entries, ignores other options.
For internal use only Only used for
--metadata-dump. Do not fail on errors. Report the error message in the JSON
instead.
Since this tool does not use playbooks, use
this as a substitute playbook directory. This sets the relative path for many
features including roles/ group_vars/ etc.
show program's version number, config file
location, configured module search path, module location, executable location
and exit
Show plugin names and their source files
without summaries (implies --list). A supplied argument will be used for
filtering, can be a namespace or full collection name.
prepend colon-separated path(s) to module
library (default={{ ANSIBLE_HOME ~
"/plugins/modules:/usr/share/ansible/plugins/modules" }})
Select the entry point for role(s).
show this help message and exit
Change output into json format.
List available plugins. A supplied argument
will be used for filtering, can be a namespace or full collection name.
The path to the directory containing your
roles.
Show playbook snippet for these plugin types:
inventory, lookup, module
Choose which plugin type (defaults to
"module"). Available plugin types are : ('become', 'cache',
'callback', 'cliconf', 'connection', 'httpapi', 'inventory', 'lookup',
'netconf', 'shell', 'vars', 'module', 'strategy', 'test', 'filter', 'role',
'keyword')
Causes Ansible to print more debug messages.
Adding multiple -v will increase the verbosity, the builtin plugins currently
evaluate up to -vvvvvv. A reasonable level to start is -vvv, connection
debugging might require -vvvv.
ENVIRONMENT
The following environment variables may be specified.FILES
/etc/ansible/ansible.cfg -- Config file, used if presentAUTHOR
Ansible was originally written by Michael DeHaan.COPYRIGHT
Copyright © 2018 Red Hat, Inc | Ansible. Ansible is released under the terms of the GPLv3 license.SEE ALSO
ansible (1), ansible-config (1), ansible-console (1), ansible-galaxy (1), ansible-inventory (1), ansible-playbook (1), ansible-pull (1), ansible-vault (1)Ansible 2.14.3 |