summaryrefslogtreecommitdiff
path: root/inventory/hosts.ini
blob: 4a89a282aafce3eb408be5ba152b38180a38334c (plain) (blame)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
[all:vars]
host_name={{ inventory_hostname }}
#ansible_host={{ host_name }}.{{ host_domain }}
ansible_user=root
ansible_port=22000


###############################
# environment: chaos-at-home

[chaos_at_home:vars]
host_domain=chaos-at-home.org
env_group=chaos-at-home
ansible_host={{ host_name }}.{{ host_domain }}

[chaos_at_home]
#prometheus
atlas
keyserver
pan ansible_host=ch-pan ansible_port=222
mimas2 ansible_host=ch-mimas2 ansible_port=222

[chaos_at_home:children]
mz_chaos_at_home
chaos_at_home_switches

[mz_chaos_at_home:vars]
ansible_port=222

[mz_chaos_at_home]
mz-router ansible_host=chmz-router
mz-ap ansible_host=chmz-ap


[chaos_at_home_switches:vars]
ansible_port=22

[chaos_at_home_switches]
ch-sw0 host_name=sw0 ansible_host=192.168.42.200
ch-sw1 host_name=sw1


[k8s_test:vars]
env_group=chaos-at-home

[k8s_test]
k8s-test0
k8s-test1
k8s-test2


###############################
# environment: spreadspace

[spreadspace:vars]
host_domain=spreadspace.org
env_group=spreadspace
ansible_host={{ host_name }}.{{ host_domain }}

[spreadspace]
build
calypso
telesto
thetys
dione
helene


[emc:vars]
host_domain=spreadspace.org
env_group=spreadspace

[emc]
emc-stats
emc-master

[emc:children]
emc_dist
emc_xx

[emc_dist]
#emc-dist0

[emc_xx]
#emc-0[0:6]
emc-00


###############################
# environment: dan

[skillz:vars]
host_domain=skillz.biz
env_group=dan
ansible_port=222

[skillz]
sk2013 host_name=2013 ansible_port=22000
sk2016 host_name=2016 ansible_port=22000
sk-cloudia host_name=cloudia


[ele_ap]
ele-ap-forum[0:3]
#ele-ap-dom0
ele-ap-kunsthaus0
ele-ap-orpheum0

[ele_dolmetsch_ctl]
ele-dol-mixer
ele-dol-translator

[ele_dolmetsch_raspi]
ele-dol-raspi0
ele-dol-raspi1

[ele_infobeamer]
ele-infobeamer-emc
ele-infobeamer-orpheum
ele-infobeamer-default

[elevate:vars]
host_domain=elevate.at
env_group=dan

[elevate]
ele-media host_name=media
ele-router
ele-telesto host_name=telesto
ele-thetys host_name=thetys
ele-uhrturm host_name=uhrturm
ele-lt host_name=liquid-truth ansible_port=222

[elevate:children]
ele_ap
ele_dolmetsch_ctl
ele_dolmetsch_raspi
ele_infobeamer


###############################
# host categories

[dellos6:children]
chaos_at_home_switches

[kvmhosts]
#prometheus
atlas
sk2013
sk2016

[hroot]
sk2013
sk2016
sk-cloudia

[hcloud]
emc-00
mimas2
ele-lt

[hetzner]
emc-stats
emc-master
k8s-test0
k8s-test2

[hetzner:children]
emc_xx
hroot
hcloud

[scaleway_kernel]

[scaleway]
k8s-test1

[scaleway:children]
scaleway_kernel


[accesspoints:children]
ele_ap


[dolmetsch_ctl:children]
ele_dolmetsch_ctl

[dolmetsch_raspi:children]
ele_dolmetsch_raspi


### kubernetes cluster: emc
[k8s_emc_encoder]
#dione
#helene

[k8s_emc_distribution:children]
emc_dist

[k8s_emc_streamer:children]
emc_xx

[k8s_emc_master]
emc-master

[k8s_emc_stats]
emc-stats

[k8s_emc:children]
k8s_emc_master
k8s_emc_encoder
k8s_emc_distribution
k8s_emc_streamer
k8s_emc_stats


### Elevate Festival
[elevate_festival:children]
elevate
k8s_emc


### kubernetes cluster: chaos
[k8s_chaos_master]
k8s-test0

[k8s_chaos_nodes]
k8s-test[1:2]

[k8s_chaos:children]
k8s_chaos_master
k8s_chaos_nodes