Skip to content

carlosgo13/cookiecutter-ansible-role

 
 

Repository files navigation

cookiecutter-ansible-role

Build Status

A cookiecutter template for ansible role generation

Test Requirements

Your environment must comply with the following requirements in order to successfully test the cookiecutter

  • You must be running under Linux
  • Use a python interpreter or virtualenv
  • Have docker installed
  • Install cookiecutter package. E.g. pip install cookiecutter.
  • Install docker-py package. E.g. pip install docker-py.

A sample procedure to meet requirements under Arch Linux is provided below:

sudo pacman -S python-virtualenvwrapper docker
mkvirtualenv ansible -p /usr/bin/python2
pip install cookiecutter docker-py

Usage

You may use the following procedure as a guide for creating an ansible role in the current directory

cookiecutter gh:nephelaiio/ansible-role .

License

This project is licensed under the terms of the MIT License

About

Cookiecutter template for generating Ansible roles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%