ansible-galaxy collection verify [collection_name]
Verify collections
Arguments
Name | Description |
---|---|
collection_name | The collections to verify |
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 |
--collections-path, -p <collections_path> | One or more directories to search for collections in addition to the default COLLECTIONS_PATHS; separate multiple paths with ':' |
--ignore-errors, -i | Ignore errors during verification and continue with the next specified collection |
--requirements-file, -r <requirements> | A file containing a list of collections to be downloaded |