Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 599 Bytes

ansible-role-consul

Build Status

Purpose:

A simple role to install Hashicorp's consul

Testing

This role is instrumented with the Molecule test harness. To run it, install Molecule with pip

$ pip install ansible
$ pip install docker
$ pip install molecule==1.25
$ pip install testinfra==1.6.4

then execute the tests like this

$ molecule test