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
-v
should be specified at the end):ansible-galaxy role search keyword -vvvvvv
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