forked from IDR/deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible-hosts
66 lines (46 loc) · 1.02 KB
/
ansible-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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Example IDR hosts static inventory
######################################################################
# Hosts
[idr-database-hosts]
192.168.1.1
[idr-omero-hosts]
192.168.1.2
[idr-proxy-hosts]
192.168.1.3
[idr-management-hosts]
192.168.1.4
[idr-a-database-hosts]
192.168.2.1
[idr-a-omero-hosts]
192.168.2.2
[idr-a-dockermanager-hosts]
192.168.2.3
######################################################################
## Host groups
[database-hosts:children]
idr-database-hosts
idr-a-database-hosts
[omero-hosts:children]
idr-omero-hosts
idr-a-omero-hosts
[proxy-hosts:children]
idr-proxy-hosts
[dockermanager-hosts:children]
idr-a-dockermanager-hosts
[idr-a-docker-hosts:children]
idr-a-dockermanager-hosts
[bastion-hosts:children]
idr-proxy-hosts
[management-hosts:children]
idr-management-hosts
[idr-bastion-hosts:children]
idr-proxy-hosts
[idr-hosts:children]
idr-database-hosts
idr-omero-hosts
idr-proxy-hosts
idr-management-hosts
[idr-a-hosts:children]
idr-a-database-hosts
idr-a-omero-hosts
idr-a-dockermanager-hosts