Cookiecutter receipe to create a ansible-role.
The ansible-role follow the template of ansible-galaxy role with:
- basic task
- testing (molecule w/ docker)
- linting (yamllint, flake8)
- CI (github action)
# pip install cookiecutter
cookiecutter https://github.com/Oltho/cookiecutter-ansible-role
MIT
Thomas TRAN