Skip to content

Commit

Permalink
Merge pull request #60 from adfinis/feat-link-collection-template
Browse files Browse the repository at this point in the history
feat: add link to ansible collection template repository
  • Loading branch information
s3lph authored Nov 2, 2023
2 parents 6ee5b96 + a761b4f commit 033797b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/roles_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,13 +460,18 @@ Collections
Collections are the new format for packaging roles, plugins, playbooks
and other Ansible artifacts.

For more in-detail information, please refer to the upstream
documentation: `Developing collections
<https://docs.ansible.com/ansible/3/dev_guide/developing_collections.html>`_.

A new collection can be created using the command ``ansible-galaxy
collection init <namespace>.<collection>``. The collection will be
created in the directory ``./<namespace>/<collection/``.

For more in-detail information, please refer to the upstream
documentation: `Developing collections
<https://docs.ansible.com/ansible/3/dev_guide/developing_collections.html>`_.
We also provide a Github template for Ansible collection repositories,
which comes with a CI pipeline for `ansible-lint` and automated
release to Ansible Galaxy: `adfinis/ansible-collection-template
<https://github.com/adfinis/ansible-collection-template>`_.

Artifacts in a collection should always be referred to by their FQCN
(fully-qualified collection name) consisting of
Expand Down

0 comments on commit 033797b

Please sign in to comment.