Cookiecutter template for generating an ansible role
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Murphy 34e68e828a
continuous-integration/drone/push Build is passing Details
Fix variable argument description
3 years ago
{{cookiecutter.role_name}} Init role template 3 years ago
.drone.yml Quote that 3 years ago
LICENSE Init role template 3 years ago
README.md Fix variable argument description 3 years ago
cookiecutter.json Init role template 3 years ago

README.md

role-template

Build Status

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