This project provides an opinionated template for bootstrapping an Ansible Collection that extends the minimal structure provided by ansible galaxy collection init
.
By leveraging cookiecutter
you will be asked a small number of questions (e.g., namespace, collection name, etc.) which will then be automatically applied to the resulting directory structure.
Note
This template draws inspiration from the Ansible Community GitHub Collection Template.
$ pip install cookiecutter
$ cookiecutter https://github.com/snapp/template-ansible-collection
GNU General Public License v3.0 or later.
See LICENSE to see the full text.