ansible-galaxy role install

Install roles

Options

NameDescription
--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, -cIgnore SSL certificate validation errors
--roles-path, --role-path <roles_path>The path to the directory containing your roles
--no-deps, -nDon't download roles listed as dependencies
--force-with-depsForce overwriting an existing role and its dependencies
--requirements-file, -r <requirements>A file containing a list of collections to be downloaded
--keep-scm-meta, -gUse tar instead of the scm archive option when packaging the role