tree: 5e68d1b877395c2490d047c4977ccc63d0992646 [path history] [tgz]
  1. .cookiecutter_params.json
  2. .gitreview
  3. .reuse/
  4. LICENSES/
  5. Makefile
  6. README.md
  7. VERSION
  8. defaults/
  9. handlers/
  10. meta/
  11. molecule/
  12. tasks/
  13. vars/
cookiecutters/role/{{cookiecutter.role_name}}/README.md

{{ cookiecutter.role_name }}

{{ cookiecutter.description }}

Example Playbook

- hosts: all
  roles:
    - {{ cookiecutter.role_name }}

License and Author

Copyright {{ cookiecutter.year }} {{ cookiecutter.author }} <{{ cookiecutter.email }}>

License: {{ cookiecutter.license }}