ansible-galaxy role remove <role_name>
Remove roles
Arguments
Name | Description |
---|---|
role_name | The role to remove |
Options
Name | Description |
---|---|
--server, -s <api_server> | The Galaxy API server URL |
--token, --api-key <api_key> | The Ansible Galaxy API key which can be found at https://galaxy.ansible.com/me/preferences |
--ignore-certs, -c | Ignore SSL certificate validation errors |
--roles-path, --role-path <roles_path> | The path to the directory containing your roles |