role-template/README.md

25 lines
874 B
Markdown
Raw Permalink Normal View History

2020-04-27 19:03:40 +00:00
# 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`)
2020-04-27 19:09:21 +00:00
- **description**: Description of the role for the `meta/main.yml` galaxy information