This cookiecutter template bootstraps my Ansible role projects.
- With cookiecutter:
cookiecutter gh:HadrienPatte/cookiecutter-ansible-role
- With molecule:
molecule init template --url gh:HadrienPatte/cookiecutter-ansible-role
pretty_role_name
: Role name, with spaces and caselong_description
: Long description of the role (will appear in the README)short_description
: Short description of the role
MIT