ansible-galaxy

Realiza varias operaciones de Ansible Role y algunas relacionadas a Collection. Más información: 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}} {{rol_nombre1 rol_nombre2 ...}}

ansible-galaxy role init {{rol_nombre}}

ansible-galaxy role info {{rol_nombre}}

ansible-galaxy collection {{install|remove}} {{colección_nombre1 colección_nombre2 ...}}

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