role-template/README.md

25 lines
874 B
Markdown

# role-template
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/role-template/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/role-template)
A template for generating new roles with [cookiecutter](https://cookiecutter.readthedocs.io).
Features:
- Meta information specifically for Autonomic
- Only mandatory directories included, keeping it simple
## Usage
```bash
$ pip install cookiecutter
$ cookiecutter https://git.autonomic.zone/autonomic-cooperative/role-template
```
If you're looking for a molecule folder, try the [molecule-template](https://git.autonomic.zone/autonomic-cooperative/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