-
Notifications
You must be signed in to change notification settings - Fork 2
/
hosts
334 lines (271 loc) · 5.01 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
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
# This is the default ansible 'hosts' file.
#
# It should live in /etc/ansible/hosts
#
# - Comments begin with the '#' character
# - Blank lines are ignored
# - Groups of hosts are delimited by [header] elements
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
# Ex 1: Ungrouped hosts, specify before any group headers.
#green.example.com
#blue.example.com
#192.168.100.1
#192.168.100.10
# Ex 2: A collection of hosts belonging to the 'webservers' group
#[webservers]
#alpha.example.org
#beta.example.org
#192.168.1.100
#192.168.1.110
# If you have multiple hosts following a pattern you can specify
# them like this:
#www[001:006].example.com
# Ex 3: A collection of database servers in the 'dbservers' group
#[dbservers]
#
#db01.intranet.mydomain.net
#db02.intranet.mydomain.net
#10.25.1.56
#10.25.1.57
# Here's another example of host ranges, this time there are no
# leading 0s:
#db-[99:101]-node.example.com
##############################
# #
# Grupos para nuestras VLANs #
# #
##############################
[torvalds]
192.168.10.[100:123]
[torvalds-alumnos]
192.168.10.[101:123]
[torvalds-profesor]
192.168.10.100
[stallman]
192.168.11.[100:123]
#[stallman-u1804]
#192.168.11.100
[ada]
192.168.12.[100:123]
[aif]
192.168.14.[100:128]
192.168.14.[150:167]
# Usuario ga para el profesor de gestió administrativa
[ga]
# snowden
192.168.15.100
# Aula 3 (1D)
192.168.240.172
# Aula (4A)
192.168.16.103
# Aula 9 (2F)
192.168.240.177
# Aula 1 (1B)
192.168.240.170
# Aula 2 (1C)
192.168.240.171
# Aula 7 (2A)
192.168.240.176
[snowden]
192.168.15.[100:120]
[esobatx]
192.168.16.[100:105]
192.168.16.[111:114]
# Aula 202
192.168.17.52
[departaments]
192.168.17.[20:22]
192.168.17.[24:32]
192.168.17.[35:41]
192.168.17.45
[turing]
192.168.18.[100:119]
[darwin]
192.168.19.[100:122]
[xeill]
#10.0.[0:254].[101:254]
Lenovo-V510
[tesla]
192.168.22.[100:117]
[chomsky]
192.168.23.[100:118]
[berners-lee]
192.168.16.105
# Portátiles HP250 en préstamos Berners-Lee
#192.168.16.106
#192.168.16.107
#192.168.16.108
#192.168.16.109
#192.168.16.110
# Fin
[profes]
192.168.10.100
192.168.11.100
#192.168.120117
192.168.12.100
192.168.18.100
192.168.19.100
# profe Snowden
192.168.15.100
# profe Tesla
192.168.22.100
# dept. informática A
192.168.17.187
# profe Berners-Lee
192.168.16.105
# Ordenadores de física y química
[dpt-fisicaiquimica]
# 101
192.168.16.132
# 102
192.168.16.104
# 202
192.168.240.184
# Lab física y química
192.168.16.106
192.168.16.107
192.168.16.108
# 2D
192.168.16.116
# Departamento de física y química
192.168.16.108
192.168.16.114
# Aula 7 (2A)
192.168.240.176
# 2B
192.168.16.101
# 2C
192.168.240.179
# 2E
192.168.240.187
# 2F
192.168.240.177
# 3A
192.168.240.174
# 3B
192.168.240.175
# 3C
192.168.240.180
# 3D
192.168.240.186
[dpt-aif]
192.168.17.30
192.168.17.31
[profesaig]
192.168.14.100
192.168.14.150
[dpt-cast]
192.168.17.46
[dpt-cat]
192.168.17.20
192.168.17.21
[dpt-ciencies]
192.168.240.189
[dpt-dibuix]
192.168.17.47
192.168.17.48
[dpt-edufis]
192.168.17.51
[dpt-erasmus]
192.168.240.159
192.168.240.160
[dpt-filosofia]
192.168.240.247
[dpt-historia]
192.168.240.245
# Listados desde la puerta hacia la ventana
[dpt-inf]
# junto a la puerta
192.168.17.27
192.168.17.28
# junto a la impresora 3d
192.168.17.29
[dpt-ing]
192.168.17.45
192.168.240.164
[dpt-musica]
192.168.240.178
[dpt-religio]
192.168.240.246
[dpt-tecno]
# Profesor taller de tecno
192.168.16.100
# Tres ordenadores dentro del departamento
192.168.16.111
192.168.16.112
192.168.16.113
[dpt-psico]
192.168.17.53
[saladeprofessors]
# Junto a las konica
192.168.17.25
# Junto a la pared
192.168.17.26
[saladeguardies]
192.168.240.161
192.168.240.162
[salondeactos]
192.168.240.163
[profesinf:children]
profes
dpt-inf
# Test de ordenadores con u1804
[profesinf-u1804]
192.168.17.29
192.168.10.100
192.168.11.100
# Portátiles Lenovo V510 (Tecno)
[lenovo-v510]
192.168.240.[101:120]
# Portátiles HP 250 G6 plateados
# carret10
[carret10]
192.168.240.[125:159]
# Portátiles HP 250 G6 Plateados 256 GB SSD y pantalla FullHD
[carret11]
192.168.240.[210:242]
# Aulas ESO/BAT con WiFi y cable
[aulas-esobat]
192.168.240.[170:188]
192.168.16.[101:104]
# Aula 15bis, antiguo departamento de filosofia
192.168.17.32
# Departamento de fisica y quimica
192.168.16.114
# Aula de acollida
192.168.240.243
# Aula de dibuix
192.168.17.47
# Aula 202
192.168.17.52
# Portátiles HP 250 G4 negros
# Laboratorio de ciencias
[ciencias]
192.168.240.[190:199]
# Portátiles HP 250 G4 negro
# Préstamo a los alumnos de DAM
[portatiles-prestamo]
192.168.240.[200:204]
#192.168.19.148
#192.168.19.170
#192.168.19.193
#192.168.19.178
#192.168.19.124
[secretaria]
192.168.240.205
[biblioteca]
192.168.17.[35:41]
[consergeria]
192.168.17.50
# Ordenadores de AIF con J1900
# necesitan un parámetro en el núcleo
# para no colgarse
[j1900]
192.168.14.[100:107]
192.168.14.[114:128]
192.168.17.32
192.168.17.47
192.168.240.160
# Grupo para crear el usuario manteniment
[manteniment]