scottslowe-learning-tools/consul/servers.yml
Scott Lowe afa5e01a3d Finalized support files for Consul cluster under Vagrant
Finalized the files and the instructions for running a Consul
cluster under Vagrant with VMware Fusion.
2015-02-09 21:34:34 -07:00

16 lines
289 B
YAML

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