On this page you find all important commands for the CLI tool ansible-galaxy. If the
command you are looking for is missing please ask our AI.
ansible-galaxy
Command to manage Ansible roles and collections.
None of the CLI tools are designed to run concurrently with themselves. Use an external scheduler and/or locking to ensure there are no clashing operations.
List of commands for ansible-galaxy:
-
ansible-galaxy:tldr:1e8ca ansible-galaxy: Get information about a collection.$ ansible-galaxy collection info ${username}.${collection_name}try on your machineexplain this command
-
ansible-galaxy:tldr:502f0 ansible-galaxy: Remove a role.$ ansible-galaxy remove ${username}.${role_name}try on your machineexplain this command
-
ansible-galaxy:tldr:8275f ansible-galaxy: Install a role.$ ansible-galaxy install ${username}.${role_name}try on your machineexplain this command
-
ansible-galaxy:tldr:b2064 ansible-galaxy: Search for a given role.$ ansible-galaxy search ${role_name}try on your machineexplain this command
-
ansible-galaxy:tldr:d3724 ansible-galaxy: Get information about a user role.$ ansible-galaxy role info ${username}.${role_name}try on your machineexplain this command
-
ansible-galaxy:tldr:eef77 ansible-galaxy: Create a new role.$ ansible-galaxy init ${role_name}try on your machineexplain this command
-
ansible-galaxy:tldr:fa120 ansible-galaxy: List installed roles.$ ansible-galaxy listtry on your machineexplain this command