-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
821 lines (744 loc) · 8.74 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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
#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
#The new RHEL7 with new HW (Dell 2U workstations)
[rhel7_clients]
arietis
[mikolaj]
viscacha
algol
[stornext_meta]
sunbear.uio.no
sunglare.uio.no
sunglow.uio.no
[conf_backup]
achernar.uio.no
aramec.uio.no
nekkar.uio.no
papsukal.uio.no
beehive26.uio.no
beehive27.uio.no
beehive28.uio.no
charybdis1.uio.no
charybdis2.uio.no
charybdis3.uio.no
proxima.uio.no
[charybdis]
charybdis1.uio.no
charybdis2.uio.no
charybdis3.uio.no
proxima.uio.no
viscacha
[beehive]
beehive26.uio.no
beehive27.uio.no
beehive28.uio.no
[oldgen_workstations]
canopus
agastya
kahinub
aschere
alcor
mirfak
deneb
betelgeuse
aldebaran
karbana
[servers_x11]
acubens
osdc-db
#osdc-fs
alnathb
enir
[guest_machines]
sirius
aryaman
aphellar
eques
[srv_upgrades]
electra2
[owl_tmp]
owl2
owl3
owl4
owl5
owl6
[owl_tmp2]
papsukal
nekkar
achernar
#aramec #DOWN HW ISSUE?
owl7
owl8
owl9
owl10
owl11
owl12
owl13
owl14
owl15
owl16
[owl_tmp3]
owl17
owl18
owl19
owl20
owl21
owl22
owl23
#owl24
[osdcapps_db]
#osdc-db
alnathdb
thubandb
acruxdb
astro-sdc-db
sdc-db
[osdcapps_fs]
#osdc-fs
#astro-ursafs
sdc-fs
astro-sdc-fs
[hpc_4u_test]
owl26
[hpc_4u]
owl25
owl26
owl27
owl28
mimosa2
euclid21
[rhel7_servers]
thubandb
acruxdb
osdc-db
osdc-fs
[rhel7_initrd_fix]
rukbat
enir
aridif
bellatrix
[disable_nfslookupcache]
alnathdb
astro-ursadb
elnath
thubandb
acruxdb
[mac_desktop]
#milwa
niagara
tuscan
#swaar
margil
#topaz
tsugaru
#ladypink
#black
#opal
#pixie
wolf
#mairac
[cvfs_workstations]
enir
algol
shaula
karbana
dubhe
arion
hadar
arietis
[cvfs_hosts]
enir
algol
shaula
karbana
#electra
owl17
owl18
owl19
owl20
owl21
owl22
owl23
owl24
charybdis1
owl1
owl2
owl3
owl4
owl5
owl6
#mimosa
proxima
electra2
charybdis2
charybdis3
tsih
tsih2
owl7
owl8
owl9
owl10
owl11
owl12
owl13
owl14
owl15
owl16
#achernar
#nekkar
#aramec
#papsukal
beehive26
beehive28
dubhe
arion
hadar
arietis
[susin_test]
#nishtya
#owl2
#owl3
#tsih
#sunflower
#beehive2
arietis
pleiades2
beehive4
[susin_hosts]
owl28
#electra2
#nishtya
#euclid3
[unnif_hosts]
arietis
[chrome]
procyon
peacock
alderamin
ankaa
alrescha
alrami
aridif
spica
mothallah
kitalpha
rukbat
sadalmelik
corcaroli
giedi
antares
castor
sabik
sothi
bellatrix
atria
[rhel7_workstations]
simal
dubhe
#acubens # Not a workstation, but server!
ayil
alnair
adib
polaris
svati
rastaban
propus
alker
hamal
gemma
unukalhai
rasalgethi
zedaron
sirrah
alpheratz
arion
hadar
schedar
mirfak
alcor
[astro-rhel-clients]
mirfak.uio.no
alderamin.uio.no
alrami.uio.no
alrescha.uio.no
ankaa.uio.no
antares.uio.no
svati.uio.no
atria.uio.no
bellatrix.uio.no
corcaroli.uio.no
alcor.uio.no
karbana.uio.no
kitalpha.uio.no
aschere.uio.no
mothallah.uio.no
peacock.uio.no
rukbat.uio.no
sadalmelik.uio.no
dubhe.uio.no
alnair.uio.no
simal.uio.no
spica.uio.no
ayil.uio.no
polaris.uio.no
adib.uio.no
canopus.uio.no
unukalhai.uio.no
aryaman.uio.no
agastya.uio.no
kahinub.uio.no
rastaban.uio.no
rasalgethi.uio.no
zedaron.uio.no
giedi.uio.no
schedar.uio.no
sirrah.uio.no
alpheratz.uio.no
arietis.uio.no
hadar.uio.no
arion.uio.no
enir.uio.no
algol.uio.no
castor.uio.no
shaula.uio.no
nishtya.uio.no
hamal.uio.no
aldebaran.uio.no
procyon.uio.no
sabik.uio.no
sothi.uio.no
alker.uio.no
gemma.uio.no
propus.uio.no
#betelgeuse.uio.no
[rhel7upd_phd]
alker
algol
shaula
karbana
enir
betelgeuse
[rhel7upd_master]
procyon
peacock
alderamin
ankaa
alrescha
alrami
aridif
spica
mothallah
kitalpha
rukbat
sadalmelik #autofs.service fix from Trond@USIT being tested on this from 30.06.2016. Removed 1.07 since the fix didn't work.
sadalmelik
corcaroli
giedi
antares
castor
sabik
sothi
bellatrix
atria
[hercules_test]
hercules4
[beehive_cluster]
beehive
beehive2
beehive3
beehive4
beehive5
beehive6
beehive7
beehive8
beehive9
beehive10
beehive11
beehive12
beehive13
beehive14
beehive15
beehive16
beehive17
beehive18
beehive19
beehive20
beehive21
beehive22
beehive23
beehive24-phi
beehive25-phi
beehive26
beehive27
beehive28
beehive29
beehive30
beehive31
beehive32-gpu
beehive33-gpu
[owl_cluster]
owl17
owl18
owl19
owl20
owl21
owl22
owl23
owl24
owl25
owl26
owl27
owl28
[hercules_cluster]
hercules
hercules2
hercules3
hercules4
hercules5
hercules6
hercules7
hercules8
hercules9
hercules10
hercules11
hercules12
hercules13
hercules14
hercules15 #IB NOT READY FOR FIREWALL ZONE ADJUSTMENT
[euclid_cluster]
euclid
euclid2
euclid3
euclid4
euclid5
euclid6
euclid7
euclid8
euclid9
euclid10
euclid11
euclid12
euclid13
euclid14
euclid15
euclid16
euclid17-gpu
euclid18-gpu
euclid19-gpu
euclid20-gpu
euclid21
[pleiades_cluster]
pleiades
pleiades2
[eagle_cluster]
eagle
eagle2
eagle3
[osdcapps_servers]
sdc-db
sdc-fs
astro-sdc-db
astro-sdc-fs
alnathdb
alnathfs
#astro-ursadb # phased out
astro-ursafs
acruxdb
#elnath #phased out!
acubens
thubandb
[rhel6_modulefiles]
sihor
mirfak
svati
arcturus
diadem
alcor
aschere
canopus
unukalhai
rigil
agastya
kahinub
sadir
suhail
alhena
rastaban
capella
vega
capra
regulus
toliman
nashira
vega
castor
capra
shaula
regulus
toliman
nishtya
nashira
cursa
achernar
deneb
alphard
hamal
aldebaran
alphecca
betelgeuse
gemma
propus
aramec
papsukal
nekkar
achernar
proxima
charybdis1
charybdis2
charybdis3
mimosa
electra2
owl1
owl2
owl3
owl4
owl5
owl6
owl7
owl8
owl9
owl10
owl11
owl12
owl13
owl14
owl15
owl16
owl17
owl18
owl19
owl20
owl21
owl22
owl23
owl24
hercules
hercules2
hercules3
hercules4
hercules5
hercules6
hercules7
hercules8
hercules9
hercules10
hercules11
hercules12
hercules13
hercules14
hercules15
beehive26
beehive28
[shutdown_hosts]
algol.uio.no
dubhe.uio.no
electra2.uio.no
enir.uio.no
euclid21.uio.no
karbana.uio.no
mimosa2.uio.no
owl25.uio.no
owl26.uio.no
owl27.uio.no
owl28.uio.no
shaula.uio.no
achernar.uio.no
aramec.uio.no
nekkar.uio.no
papsukal.uio.no
owl2.uio.no
owl3.uio.no
owl4.uio.no
owl5.uio.no
owl6.uio.no
owl7.uio.no
owl8.uio.no
owl9.uio.no
owl10.uio.no
owl11.uio.no
owl12.uio.no
owl13.uio.no
owl14.uio.no
owl15.uio.no
owl16.uio.no
beehive26.uio.no
beehive27.uio.no
beehive28.uio.no
charybdis1.uio.no
charybdis2.uio.no
charybdis3.uio.no
owl17.uio.no
owl18.uio.no
owl19.uio.no
owl20.uio.no
owl21.uio.no
owl22.uio.no
owl23.uio.no
proxima.uio.no
agastya.uio.no
aldebaran.uio.no
aschere.uio.no
canopus.uio.no
capra.uio.no
deneb.uio.no
hercules.uio.no
hercules2.uio.no
hercules3.uio.no
hercules4.uio.no
hercules5.uio.no
hercules6.uio.no
hercules7.uio.no
hercules8.uio.no
hercules9.uio.no
hercules10.uio.no
hercules11.uio.no
hercules12.uio.no
hercules13.uio.no
hercules14.uio.no
hercules15.uio.no
kahinub.uio.no
mirfak.uio.no
rastaban.uio.no
regulus.uio.no
rigil.uio.no
sihor.uio.no
svati.uio.no
vega.uio.no
sunbear.uio.no
sunglare.uio.no
sunglow.uio.no
suhail.uio.no
adib.uio.no
alcor.uio.no
alderamin.uio.no
alker.uio.no
alnair.uio.no
alrami.uio.no
alrescha.uio.no
ankaa.uio.no
antares.uio.no
aphellar.uio.no
aridif.uio.no
atria.uio.no
ayil.uio.no
bellatrix.uio.no
betelgeuse.uio.no
castor.uio.no
corcaroli.uio.no
eques.uio.no
euclid.uio.no
euclid2.uio.no
euclid3.uio.no
euclid4.uio.no
euclid5.uio.no
euclid6.uio.no
euclid7.uio.no
euclid8.uio.no
euclid9.uio.no
euclid10.uio.no
euclid11.uio.no
euclid12.uio.no
euclid13.uio.no
euclid14.uio.no
euclid15.uio.no
euclid16.uio.no
giedi.uio.no
kitalpha.uio.no
mothallah.uio.no
nishtya.uio.no
peacock.uio.no
polaris.uio.no
procyon.uio.no
propus.uio.no
rukbat.uio.no
sabik.uio.no
sadalmelik.uio.no
simal.uio.no
sothi.uio.no
spica.uio.no
[stornext_client_upgrade]
algol.uio.no
dubhe.uio.no
electra2.uio.no
enir.uio.no
euclid21.uio.no
karbana.uio.no
mimosa2.uio.no
owl25.uio.no
owl26.uio.no
owl27.uio.no
owl28.uio.no
shaula.uio.no
achernar.uio.no
aramec.uio.no
nekkar.uio.no
papsukal.uio.no
owl2.uio.no
owl3.uio.no
owl4.uio.no
owl5.uio.no
owl6.uio.no
owl7.uio.no
owl8.uio.no
owl9.uio.no
owl10.uio.no
owl11.uio.no
owl12.uio.no
owl13.uio.no
owl14.uio.no
owl15.uio.no
owl16.uio.no
beehive26.uio.no
beehive27.uio.no
beehive28.uio.no
charybdis1.uio.no
charybdis2.uio.no
charybdis3.uio.no
owl18.uio.no
owl19.uio.no
owl20.uio.no
owl21.uio.no
owl22.uio.no
owl23.uio.no
proxima.uio.no
# Ex 1: Ungrouped hosts, specify before any group headers.
[testing]
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