ansible-galaxy Command Examples

Perform various Ansible Role and Collection related operations. More information: https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html.

ansible-galaxy {{role|collection}} list

ansible-galaxy role search {{keyword}} -v{{vvvvv}}

ansible-galaxy role {{install|remove}} {{role_name1 role_name2 ...}}

ansible-galaxy role init {{role_name}}

ansible-galaxy role info {{role_name}}

ansible-galaxy collection {{install|remove}} {{collection_name1 collection_name2 ...}}

ansible-galaxy {{role|collection}} {{-h|--help}}