ansible-galaxy collection publish <collection_path>
Publish collections
Arguments
Name | Description |
---|---|
collection_path | The path to the collection tarball to publish |
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 |
--no-wait | Don't wait for import validation results |
--import-timeout <import_timeout> | The time to wait for the collection import process to finish |