mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Rename directory for this project from "consul-docker-registrator" to "docker-swarm" to more accurately reflect the purpose of the files in this directory.
31 lines
544 B
YAML
31 lines
544 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
|
|
- name: coreos-01
|
|
box: coreos-stable
|
|
ram: 512
|
|
vcpu: 1
|
|
priv_ip: 192.168.1.104
|
|
- name: coreos-02
|
|
box: coreos-stable
|
|
ram: 512
|
|
vcpu: 1
|
|
priv_ip: 192.168.1.105
|
|
- name: coreos-03
|
|
box: coreos-stable
|
|
ram: 512
|
|
vcpu: 1
|
|
priv_ip: 192.168.1.106
|