Difference between revisions of "Ansible-galaxy role list"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{ansible-galaxy}} Category:Ansible") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | ansible-galaxy role list | ||
+ | |||
+ | [WARNING]: - the configured path /Users/user/.ansible/roles does not exist. | ||
+ | [WARNING]: - the configured path /usr/share/ansible/roles does not exist. | ||
+ | [WARNING]: - the configured path /etc/ansible/roles does not exist. | ||
+ | usage: ansible-galaxy [-h] [--version] [-v] TYPE ... | ||
+ | |||
+ | Perform various Role and Collection related operations. | ||
+ | |||
+ | positional arguments: | ||
+ | TYPE | ||
+ | collection Manage an Ansible Galaxy collection. | ||
+ | role Manage an Ansible Galaxy role. | ||
+ | |||
+ | options: | ||
+ | --version show program's version number, config file location, | ||
+ | configured module search path, module location, | ||
+ | executable location and exit | ||
+ | -h, --help show this help message and exit | ||
+ | -v, --verbose 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. | ||
+ | ERROR! - None of the provided paths were usable. Please specify a valid path with --roles-path | ||
+ | </pre> | ||
== See also == | == See also == |
Revision as of 08:33, 17 February 2023
ansible-galaxy role list [WARNING]: - the configured path /Users/user/.ansible/roles does not exist. [WARNING]: - the configured path /usr/share/ansible/roles does not exist. [WARNING]: - the configured path /etc/ansible/roles does not exist. usage: ansible-galaxy [-h] [--version] [-v] TYPE ... Perform various Role and Collection related operations. positional arguments: TYPE collection Manage an Ansible Galaxy collection. role Manage an Ansible Galaxy role. options: --version show program's version number, config file location, configured module search path, module location, executable location and exit -h, --help show this help message and exit -v, --verbose 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. ERROR! - None of the provided paths were usable. Please specify a valid path with --roles-path
See also
Advertising: