This is a simple cookiecutter template which can be used to create a new ansible role. See also ansible-cutter which generates a top-level project.
pip install cookiecutter
if you get a bunch of errors on a mac then try this:
sudo -H pip install --ignore-installed cookiecutter
You can easily add this to your ~/.cookiecutterrc
something like this:
abbreviations:
ansible-role: https://github.com/boyvinall/ansible-role-cutter.git
Then you can run the following command to create a new ansible project:
cookiecutter ansible-role