Cookiecutter template for generating molecule configuration
Go to file
Luke Murphy dc32498232
Update README
2020-04-27 13:48:03 +02:00
{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}} Init the new role template 2020-04-27 13:35:08 +02:00
.drone.yml Fix typo and unpin version 2020-04-27 13:37:27 +02:00
LICENSE Init the new role template 2020-04-27 13:35:08 +02:00
README.md Update README 2020-04-27 13:48:03 +02:00
cookiecutter.json Init the new role template 2020-04-27 13:35:08 +02:00

README.md

molecule-template

Build Status

A helper template for generating new roles with Molecule.

Features:

  • Generates a ready-to-go Hetzner Cloud test configuration for a role
  • Uses yamllint/ansible-lint with arguments that work specifically with our infrastructure setup
  • Removes all unecessary configuration for the default use-case (low maintenance effort intended)

Usage

$ pip install cookiecutter
$ cookiecutter https://git.autonomic.zone/decentral1se/molecule-role-template

Arguments

  • molecule_directory: Name of the standard Molecule role directory (default: molecule)
  • role_name: Name of the role that Molecule files are embedded in (default: autonomic.mynewrole)
  • scenario_type: Name of the Molecule scenario (default: default)
  • server_type: Hetzner Cloud server type (default: cx11)
  • server_image: Hetzner Cloud image type (default: debian-10)