ansible-galaxy collection init <collection_name>

Initialize collections

Arguments

NameDescription
collection_nameName of the collection

Options

NameDescription
--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, -cIgnore SSL certificate validation errors
--force, -fForce 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