ansible/roles/dns/templates/bind/binary.kitchen.zone.j2

64 lines
1.6 KiB
Django/Jinja

$ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2017012301; serial
1d; refresh
2h; retry
4w; expire
1h; minimum time-to-live
)
IN NS ns.binary.kitchen.
; External
IN A 213.166.246.4
www IN A 213.166.246.4
; Aliases
ldap IN A 172.23.2.1
ldap IN A 213.166.246.2
ldap1 IN A 172.23.2.1
ldap2 IN A 213.166.246.2
ldapm IN A 213.166.246.2
librenms IN A 172.23.2.6
racktables IN A 172.23.2.6
; Management
apcusv IN A 172.23.1.11
ap01 IN A 172.23.1.41
ap02 IN A 172.23.1.42
kraut IN A 172.23.1.61
kraut-bmc IN A 172.23.1.81
v2301.core IN A 172.23.1.254
; Services
aveta IN A 172.23.2.1
bacon IN A 172.23.2.3
sulis IN A 172.23.2.5
nabia IN A 172.23.2.6
taranis IN A 172.23.2.7
homer IN A 172.23.2.11
lock IN A 172.23.2.12
matrix IN A 172.23.2.13
sushi IN A 172.23.2.35
cashdesk IN A 172.23.2.44
punsch IN A 172.23.2.60
spiegelei IN A 172.23.2.91
v2302.core IN A 172.23.2.254
; Members
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
v2303.core IN A 172.23.3.254
; Guests
$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
; VPN RZ
$GENERATE 2-254 vpn-${0,3,d}-10 IN A 172.23.10.$
; Point-to-Point
v4000.rtr1 IN A 172.23.96.1
gi-1-0-48.core IN A 172.23.96.2
; Loopback
core IN A 172.23.99.1
rtr1 IN A 172.23.99.2
erx-bk IN A 172.23.99.3
erx-rz IN A 172.23.99.4