System Grab Bag

View all TLDR pages from common (or from all pages)

ansible-galaxy

Create and manage Ansible roles. More information: https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html.
  • Install a role:
    ansible-galaxy install {{username}}.{{role_name}}
  • Remove a role:
    ansible-galaxy remove {{username}}.{{role_name}}
  • List installed roles:
    ansible-galaxy list
  • Search for a given role:
    ansible-galaxy search {{role_name}}
  • Create a new role:
    ansible-galaxy init {{role_name}}
  • Get information about a user role:
    ansible-galaxy role info {{username}}.{{role_name}}
  • Get information about a collection:
    ansible-galaxy collection info {{username}}.{{collection_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.