Cookie cutter recipe for quickly creating new ansible roles for the marvel-nccr ansible galaxy namespace.
See also the ansible docs on writing roles.
pip install cookiecutter
cookiecutter https://github.com/marvel-nccr/cookiecutter-ansible-role.git
Note: for the ansible-galaxy badge in the README.md
, you will need to update it with the correct ID once the role has been uploaded: ansible-galaxy role info marvel-nccr.test
.
See LICENSE file.