Cookiecutter template for generating an ansible role
|
||
---|---|---|
{{cookiecutter.role_name}} | ||
.drone.yml | ||
cookiecutter.json | ||
LICENSE | ||
README.md |
role-template
A template for generating new roles with cookiecutter.
Features:
- Meta information specifically for Autonomic
- Only mandatory directories included, keeping it simple
Usage
$ pip install cookiecutter
$ cookiecutter https://git.autonomic.zone/autonomic-cooperative/role-template
If you're looking for a molecule folder, try the molecule-template instead.
Arguments
- role_name: Name of the role that role files are embedded in (default:
autonomic.mynewrole
) - description: Description of the role for the
meta/main.yml
galaxy information