ansible-galaxy collection init <collection_name>
Initialize collections
Arguments
Name | Description |
---|---|
collection_name | 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 |
--force, -f | Force overwriting an existing role or collection |
--init-path <init_path> | The path in which the skeleton collection will be created |
--collection-skeleton <collection_skeleton> | The path to a collection skeleton that the new collection should be based upon |