mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Finalized the files and the instructions for running a Consul cluster under Vagrant with VMware Fusion.
16 lines
289 B
YAML
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
|