X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fdefs.conf.erb;h=5fd19fd6ad1958409daef85a148aa3a5785ea259;hb=ee981070efe9e01c10d02b6bf93fa7e38a86f90e;hp=bb0a4f62eea8c36a7cd4f9894f3a9e08da68a88a;hpb=05f75b180353ace7dbc4f39111a1151cc959f806;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index bb0a4f62e..5fd19fd6a 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -168,7 +168,6 @@ @def $HOST_DEBIAN = ($HOST_DEBIAN_V4 $HOST_DEBIAN_V6); @def $sgran = (91.103.132.24/29 85.158.45.51/32); -@def $sgran = ($sgran 94.195.192.0/19); # Temporarily on O2 ADSL @def $weasel = (); @def $weasel = ($weasel 86.59.118.144/28); # debian@sil @def $weasel = ($weasel 86.59.21.32/29); # anguilla1 @@ -180,7 +179,11 @@ @def $zobel = ($zobel 87.193.134.192/27); # credativ qsc @def $zobel = ($zobel 78.47.2.104/29); # baldur, bragi, saga @def $luca = (64.71.152.109); -@def $DSA_IPS = ($sgran $weasel $zobel $luca); +@def $paravoid = (83.212.9.72); # faidon.noc.grnet.gr +@def $tfheen = (); +@def $tfheen = ($tfheen 87.238.43.224/27); # office network +@def $tfheen = ($tfheen 77.40.198.10); # home +@def $DSA_IPS = ($sgran $weasel $zobel $luca $paravoid $tfheen); @def $sgran6 = (2001:4b10:100b::/48); @def $sgran6 = ($sgran6 2001:4b10:0000:810b::/64); @@ -193,13 +196,22 @@ @def $zobel6 = ($zobel6 2a01:198:549::/48); # WGS20 @def $zobel6 = ($zobel6 2a01:198:6b2::/48); # AdS20 @def $luca6 = (); -@def $DSA_V6_IPS = ($sgran6 $weasel6 $zobel6 $luca6); +@def $paravoid6 = (2001:648:2340:1:225:64ff:fea4:8590); # faidon.noc.grnet.gr +@def $tfheen6 = (); +@def $tfheen6 = ($tfheen6 2a02:c0:1013:1::/64); +@def $tfheen6 = ($tfheen6 2001:16d8:ee48::/48); # home +@def $DSA_V6_IPS = ($sgran6 $weasel6 $zobel6 $luca6 $paravoid6 $tfheen6); @def $USER_christoph = (); @def $USER_christoph = ($USER_christoph 212.114.250.148/31); @def $USER_aurel32 = (); @def $USER_aurel32 = ($USER_aurel32 88.191.126.93); # hall.aurel32.net @def $USER_aurel32 = ($USER_aurel32 82.232.2.251); # farad.aurel32.net + +@def $BUILDD_SSH_ACCESS = (); +@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 194.177.211.200); # grieg +@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 70.103.162.29); # master +@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 206.12.19.5); # ravel @def $FREEBSD_SSH_ACCESS = (); -@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $DSA_IPS $USER_christoph $USER_aurel32); -@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS 194.177.211.200); # grieg +@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $DSA_IPS $BUILDD_SSH_ACCESS); +@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $USER_christoph $USER_aurel32); # buildd admins