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

68 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-01-07 15:41:21 +01:00
$ORIGIN binary.kitchen ; base for unqualified names
$TTL 1h ; default time-to-live
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
2017-02-17 21:16:09 +01:00
2017020901; serial
2017-01-07 15:41:21 +01:00
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
2017-02-17 21:16:09 +01:00
ldap IN A 172.23.2.3
ldap IN A 172.23.2.4
2017-01-07 15:41:21 +01:00
ldap IN A 213.166.246.2
2017-02-17 21:16:09 +01:00
ldap1 IN A 172.23.2.3
ldap2 IN A 172.23.2.4
2017-01-07 15:41:21 +01:00
ldapm IN A 213.166.246.2
librenms IN A 172.23.2.6
racktables IN A 172.23.2.6
2017-02-17 21:16:09 +01:00
radius1 IN A 172.23.2.3
radius2 IN A 172.23.2.4
2017-01-07 15:41:21 +01:00
; Management
2017-02-17 21:16:09 +01:00
v2301.core IN A 172.23.1.1
2017-01-07 15:41:21 +01:00
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
; Services
2017-02-17 21:16:09 +01:00
v2302.core IN A 172.23.2.1
ns IN A 172.23.2.2
2017-01-17 12:44:46 +01:00
bacon IN A 172.23.2.3
2017-02-17 21:16:09 +01:00
aveta IN A 172.23.2.4
2017-01-23 18:47:24 +01:00
sulis IN A 172.23.2.5
2017-01-07 15:41:21 +01:00
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
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
2017-02-17 21:16:09 +01:00
; Clients
2017-01-23 19:26:35 +01:00
v2303.core IN A 172.23.3.1
2017-01-23 18:47:24 +01:00
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
2017-02-17 21:16:09 +01:00
; MQTT
2017-01-23 19:26:35 +01:00
v2304.core IN A 172.23.4.1
2017-02-17 21:16:09 +01:00
sushi.mqtt IN A 172.23.4.5
2017-01-23 18:47:24 +01:00
$GENERATE 1-240 dhcp-${0,3,d}-04 IN A 172.23.4.$
2017-01-07 15:41:21 +01:00
; Management RZ
2017-01-17 12:44:46 +01:00
cernunnos IN A 172.23.8.23
2017-01-07 15:41:21 +01:00
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
2017-01-23 18:47:24 +01:00
$GENERATE 2-254 vpn-${0,3,d}-10 IN A 172.23.10.$
2017-01-07 15:41:21 +01:00
; 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