Options (1)
-h, --helpbooleanDisplay help about roles or collections
Example:
ansible-galaxy {{role|collection}} {{[-h|--help]}}Examples (7)
List installed roles or collections
ansible-galaxy role|collection listSearch for a role with various levels of verbosely (`-v` should be specified at the end)
ansible-galaxy role search keyword -vvvvvvInstall or remove role(s)
ansible-galaxy role install|remove role_name1 role_name2 ...Create a new role
ansible-galaxy role init role_nameGet information about a role
ansible-galaxy role info role_nameInstall or remove collection(s)
ansible-galaxy collection install|remove collection_name1 collection_name2 ...Display help about roles or collections
ansible-galaxy role|collection [-h|--help]made by @shridhargupta | data from tldr-pages