ansible-galaxy role install
Install roles
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 |
--no-deps, -n | Don't download roles listed as dependencies |
--force-with-deps | Force overwriting an existing role and its dependencies |
--requirements-file, -r <requirements> | A file containing a list of collections to be downloaded |
--keep-scm-meta, -g | Use tar instead of the scm archive option when packaging the role |