-
Notifications
You must be signed in to change notification settings - Fork 1
/
hosts-example
46 lines (39 loc) · 956 Bytes
/
hosts-example
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
jtest ansible_host= internal= ansible_user=ubuntu
mock ansible_host= internal= ansible_user=ubuntu
mongo ansible_host= internal= ansible_user=ubuntu
mosquitto ansible_host= internal= ansible_user=ubuntu
rabbitmq ansible_host= internal= ansible_user=ubuntu
agent ansible_host= internal= ansible_user=ubuntu
node1 ansible_host= internal= ansible_user=ubuntu
node2 ansible_host= internal= ansible_user=ubuntu
node3 ansible_host= internal= ansible_user=ubuntu
node4 ansible_host= internal= ansible_user=ubuntu
node5 ansible_host= internal= ansible_user=ubuntu
node6 ansible_host= internal= ansible_user=ubuntu
hosted ansible_host= internal= ansible_user=ubuntu
[node_cluster]
node1
node2
node3
node4
node5
node6
[mongo_config_hosts]
node1
node2
[mongo_shard1_hosts]
node3
node4
[mongo_shard2_hosts]
node5
node6
[endpoints]
jtest
mock
mongo
agent
mosquitto
rabbitmq
[install:children]
endpoints
node_cluster