Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 650 Bytes

Ansible for Consul

This is an Ansible playbook developed by ENREDA Cooperativa for deploying Consul. This playbook is originally based on simple-ansible.

Before we start

  • Requires Ansible 1.6.1 or newer
  • Expects Ubuntu 14.04 LTS (64 bit)

Setup

$ git clone https://github.com/enredacoop/ansible-consul.git
$ cd ansible-consul
$ cp hosts.example hosts
$ cp group_vars/all.example group_vars/all
  • Edit hosts and group_vars/all to adapt the values to your specific envirnment.

Use

$ ansible-playbook server.yml