执行与 Ansible 角色和集合相关的各种操作。 更多信息:https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html.
ansible-galaxy {{role|collection}} list
-v
应该放在最后):ansible-galaxy role search {{关键字}} -v{{vvvvv}}
ansible-galaxy role {{install|remove}} {{角色名称1 角色名称2 ...}}
ansible-galaxy role init {{角色名称}}
ansible-galaxy role info {{角色名称}}
ansible-galaxy collection {{install|remove}} {{集合名称1 集合名称2 ...}}
ansible-galaxy {{role|collection}} {{-h|--help}}