mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update to Consul 1.2.3. Replatform to Ubuntu 16.04. Update documentation. Add Libvirt support. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
37 lines
742 B
YAML
37 lines
742 B
YAML
---
|
|
- box:
|
|
lv: "generic/ubuntu1604"
|
|
vmw: "bento/ubuntu-16.04"
|
|
vb: "ubuntu/xenial64"
|
|
name: "consul-01"
|
|
nested: false
|
|
nics:
|
|
- type: "private_network"
|
|
ip_addr: "192.168.100.101"
|
|
ram: "512"
|
|
sync_disabled: true
|
|
vcpu: "1"
|
|
- box:
|
|
lv: "generic/ubuntu1604"
|
|
vmw: "bento/ubuntu-16.04"
|
|
vb: "ubuntu/xenial64"
|
|
name: "consul-02"
|
|
nested: false
|
|
nics:
|
|
- type: "private_network"
|
|
ip_addr: "192.168.100.102"
|
|
ram: "512"
|
|
sync_disabled: true
|
|
vcpu: "1"
|
|
- box:
|
|
lv: "generic/ubuntu1604"
|
|
vmw: "bento/ubuntu-16.04"
|
|
vb: "ubuntu/xenial64"
|
|
name: "consul-03"
|
|
nested: false
|
|
nics:
|
|
- type: "private_network"
|
|
ip_addr: "192.168.100.103"
|
|
ram: "512"
|
|
sync_disabled: true
|
|
vcpu: "1"
|