mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Remove references to personally-maintained Vagrant boxes. Update setup script to use newer version of Consul (0.7.1). Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
22 lines
415 B
YAML
22 lines
415 B
YAML
---
|
|
- name: "consul-01"
|
|
box:
|
|
vmw: "bento/ubuntu-14.04"
|
|
vb: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
priv_ip: "192.168.100.101"
|
|
- name: "consul-02"
|
|
box:
|
|
vmw: "bento/ubuntu-14.04"
|
|
vb: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
priv_ip: "192.168.100.102"
|
|
- name: "consul-03"
|
|
box:
|
|
vmw: "bento/ubuntu-14.04"
|
|
vb: "ubuntu/trusty64"
|
|
ram: "512"
|
|
vcpu: "1"
|
|
priv_ip: "192.168.100.103"
|