ansible-galaxy Command Examples

Create and manage Ansible roles. More information: https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html.

ansible-galaxy install {{username}}.{{role_name}}

ansible-galaxy remove {{username}}.{{role_name}}

ansible-galaxy list

ansible-galaxy search {{role_name}}

ansible-galaxy init {{role_name}}

ansible-galaxy role info {{username}}.{{role_name}}

ansible-galaxy collection info {{username}}.{{collection_name}}