-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
35 lines (35 loc) · 1.03 KB
/
hosts
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
all:
hosts:
dcos-boot
vars:
dcos_bootstrap_ip: "192.168.40.20"
dcos_bootstrap_port: "80"
children:
dcosboot:
hosts:
192.168.40.20:
vars:
dcos_stage_dir: "/opt/stage"
dcos_config_file: "{{ dcos_stage_dir }}/genconf/config.yaml"
dcos_fragments_dir: "{{ dcos_stage_dir }}/fragments"
dcos_cluster_name: "prototype"
dcos_ip_script: "{{ dcos_stage_dir }}/genconf/ip-detect"
dcos_config_script: "{{ dcos_stage_dir }}/dcos_generate_config.sh"
dcos_resolvers: ["192.168.0.59"]
dcos_masters: ["192.168.40.30"]
dcos_require_proxy: false
dcos_http_proxy_ip: "192.168.40.1"
dcos_http_proxy_port: "80"
dcos_https_proxy_ip: "192.168.40.1"
dcos_https_proxy_port: "443"
dcos_no_proxy: ["foo.bar.com",".baz.com"]
# dcosmaster:
# hosts:
# 192.168.40.30:
dcosprivateagent:
hosts:
192.168.40.40:
192.168.40.47:
# dcospublicagent:
# hosts:
# 192.168.40.41: