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

85 lines
2.1 KiB
Django/Jinja

$ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2017091201; 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.3
ldap IN A 172.23.2.4
ldap IN A 213.166.246.2
ldap1 IN A 172.23.2.3
ldap2 IN A 172.23.2.4
ldapm IN A 213.166.246.2
librenms IN A 172.23.2.6
racktables IN A 172.23.2.6
radius1 IN A 172.23.2.3
radius2 IN A 172.23.2.4
; Management
v2301.core IN A 172.23.1.1
ups1 IN A 172.23.1.11
ups2 IN A 172.23.1.12
pdu1 IN A 172.23.1.21
pdu2 IN A 172.23.1.22
pdu3 IN A 172.23.1.23
sw01 IN A 172.23.1.31
sw02 IN A 172.23.1.32
ap01 IN A 172.23.1.41
ap02 IN A 172.23.1.42
ap03 IN A 172.23.1.43
kraut IN A 172.23.1.61
kraut-bmc IN A 172.23.1.81
nbe-w13b IN A 172.23.1.101
nbe-tr8 IN A 172.23.1.102
; Services
v2302.core IN A 172.23.2.1
ns IN A 172.23.2.2
bacon IN A 172.23.2.3
aveta IN A 172.23.2.4
sulis IN A 172.23.2.5
nabia IN A 172.23.2.6
homer IN A 172.23.2.11
lock IN A 172.23.2.12
matrix IN A 172.23.2.13
pizza IN A 172.23.2.33
sushi IN A 172.23.2.35
cannelloni IN A 172.23.2.43
cashdesk IN A 172.23.2.44
punsch IN A 172.23.2.60
spiegelei IN A 172.23.2.91
; Clients
v2303.core IN A 172.23.3.1
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
klopi IN A 172.23.3.241
spaghetti IN A 172.23.3.242
; MQTT
v2304.core IN A 172.23.4.1
sushi.mqtt IN A 172.23.4.5
$GENERATE 1-240 dhcp-${0,3,d}-04 IN A 172.23.4.$
; 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
v400.rtr1 IN A 172.23.96.1
gi-1-0-48.core IN A 172.23.96.2
v401.rtr1 IN A 172.23.96.5
eth0.erx-bk IN A 172.23.96.6
vtun1.erx-rz IN A 172.23.97.1
vtun1.erx-bk IN A 172.23.97.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