Create and manage Ansible roles. Homepage: https://www.ansible.com/.
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}}