scottslowe-learning-tools/consul/servers.yml
Scott Lowe ba6dcd676a Add initial support for Consul environment in Vagrant
Add initial set of files to support building a Consul cluster in
Vagrant.
2015-02-09 19:21:41 -07:00

19 lines
358 B
YAML

---
- name: consul-01
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
priv_ip: 192.168.1.101
script: consul-01.sh
- name: consul-02
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
priv_ip: 192.168.1.102
script: consul-02.sh
- name: consul-03
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
priv_ip: 192.168.1.103
script: consul-03.sh