diff --git a/roles/dns/templates/bind/23.172.in-addr.arpa.zone.j2 b/roles/dns/templates/bind/23.172.in-addr.arpa.zone.j2 index 8258e38..89b749b 100644 --- a/roles/dns/templates/bind/23.172.in-addr.arpa.zone.j2 +++ b/roles/dns/templates/bind/23.172.in-addr.arpa.zone.j2 @@ -1,7 +1,7 @@ $ORIGIN 23.172.in-addr.arpa. ; base for unqualified names $TTL 1h ; default time-to-live @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( - 2016123001; serial + 2017011601; serial 1d; refresh 2h; retry 4w; expire @@ -17,7 +17,7 @@ $TTL 1h ; default time-to-live 254.1 IN PTR v2301.core.binary.kitchen. ; Services 1.2 IN PTR aveta.binary.kitchen. -2.2 IN PTR salat.binary.kitchen. +3.2 IN PTR bacon.binary.kitchen. 4.2 IN PTR sulis.binary.kitchen. 6.2 IN PTR nabia.binary.kitchen. 7.2 IN PTR taranis.binary.kitchen. @@ -36,6 +36,7 @@ $GENERATE 1-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen. $GENERATE 1-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen. 254.4 IN PTR v2304.core.binary.kitchen. ; Management RZ +23.8 IN PTR cernunnos.binary.kitchen. 61.8 IN PTR ruben.binary.kitchen. 81.8 IN PTR ruben-bmc.binary.kitchen. 254.8 IN PTR switch0.erx-rz.binary.kitchen. diff --git a/roles/dns/templates/bind/binary.kitchen.zone.j2 b/roles/dns/templates/bind/binary.kitchen.zone.j2 index 2007148..426192d 100644 --- a/roles/dns/templates/bind/binary.kitchen.zone.j2 +++ b/roles/dns/templates/bind/binary.kitchen.zone.j2 @@ -1,7 +1,7 @@ $ORIGIN binary.kitchen ; base for unqualified names $TTL 1h ; default time-to-live @ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. ( - 2016123001; serial + 2017011601; serial 1d; refresh 2h; retry 4w; expire @@ -35,7 +35,7 @@ kraut-bmc IN A 172.23.1.81 v2301.core IN A 172.23.1.254 ; Services aveta IN A 172.23.2.1 -salat IN A 172.23.2.2 +bacon IN A 172.23.2.3 sulis IN A 172.23.2.4 nabia IN A 172.23.2.6 taranis IN A 172.23.2.7 @@ -54,6 +54,7 @@ v2303.core IN A 172.23.3.254 $GENERATE 1-240 dhcp-${0,3,d}-04 IN A 172.23.4.$ v2304.core IN A 172.23.4.254 ; Management RZ +cernunnos IN A 172.23.8.23 ruben IN A 172.23.8.61 ruben-bmc IN A 172.23.8.81 switch0.erx-rz IN A 172.23.8.254