-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
50 lines (45 loc) · 1 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
environment:
domain: "dockerlab.local"
swarm_masterip: "10.10.10.11"
#engine_version: "18.04.0~ce~3-0~ubuntu"
engine_version: "latest"
experimental: true
base_box: "frjaraur/xenial64"
base_box_version: "1.4"
#proxy: "http://your_proxy_goes_here:with_the_port"
tls_enabled: false
tls_passphrase: "changeme"
storage:
rexray_enabled: false
minio_enabled: true
minio_server: "swarm1"
minio_access_key: "changeme"
minio_secret_key: "changeme"
nfs_enabled: false
nfs_server: "swarm1"
shared_mount: "/data"
boxes:
- name: "swarm1"
swarm_role: "manager"
mgmt_ip: "10.10.10.11"
hostonly_ip: "192.168.56.11"
mem: "1524"
cpu: "1"
- name: "swarm2"
swarm_role: "worker"
mgmt_ip: "10.10.10.12"
hostonly_ip: "192.168.56.12"
mem: "1524"
cpu: "1"
- name: "swarm3"
swarm_role: "worker"
mgmt_ip: "10.10.10.13"
hostonly_ip: "192.168.56.13"
mem: "1524"
cpu: "1"
- name: "swarm4"
swarm_role: "worker"
mgmt_ip: "10.10.10.14"
hostonly_ip: "192.168.56.14"
mem: "1524"
cpu: "1"