ansible-galaxy collection build <collection>
Build collections
Arguments
Name | Description |
---|---|
collection | Path(s) to the collection to be built |
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 |
--force, -f | Force overwriting an existing role or collection |
--output-path <output_path> | The path in which the collection is built to |