ansible-galaxy collection download <collection...>
Download collections
Arguments
Name | Description |
---|---|
collection | Name of the collection |
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 |
--clear-response-cache | Clear the existing server response cache |
--no-cache | Do not use the server response cache |
--no-deps, -n | Don't download collection(s) listed as dependencies |
--download-path, -p <download_path> | The directory to download the collections to |
--requirements-file, -r <requirements> | A file containing a list of collections to be downloaded |
--pre | Include pre-release versions |