From 718657fc15b7d304d6da7a1c80493efa4e316219 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sat, 3 Feb 2018 22:40:48 +0100 Subject: [PATCH] New host: bowle (punsch replacement) --- roles/dhcpd/templates/dhcp/dhcpd.conf.j2 | 6 ++++++ roles/dns/templates/bind/23.172.in-addr.arpa.zone.j2 | 4 +++- roles/dns/templates/bind/binary.kitchen.zone.j2 | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index 0eb9398..74652bc 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -79,6 +79,12 @@ subnet 172.23.4.0 netmask 255.255.255.0 { # Fixed IPs + +host bowle { + hardware ethernet ac:1f:6b:25:16:b6; + fixed-address bowle.binary.kitchen; +} + host cannelloni { hardware ethernet 00:10:f3:15:88:ac; fixed-address cannelloni.binary.kitchen; 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 1a84506..25f7e44 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. ( - 2018011101; serial + 2018020301; serial 1d; refresh 2h; retry 4w; expire @@ -22,6 +22,7 @@ $TTL 1h ; default time-to-live 43.1 IN PTR ap03.binary.kitchen. 61.1 IN PTR kraut.binary.kitchen. 81.1 IN PTR kraut-bmc.binary.kitchen. +82.1 IN PTR bowle-bmc.binary.kitchen. 101.1 IN PTR nbe-w13b.binary.kitchen. 102.1 IN PTR nbe-tr8.binary.kitchen. ; Services @@ -40,6 +41,7 @@ $TTL 1h ; default time-to-live 43.2 IN PTR cannelloni.binary.kitchen. 44.2 IN PTR cashdesk.binary.kitchen. 60.2 IN PTR punsch.binary.kitchen. +62.2 IN PTR bowle.binary.kitchen. 91.2 IN PTR spiegelei.binary.kitchen. ; Clients 1.3 IN PTR v2303.core.binary.kitchen. diff --git a/roles/dns/templates/bind/binary.kitchen.zone.j2 b/roles/dns/templates/bind/binary.kitchen.zone.j2 index 6bab7da..54329dd 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. ( - 2018011101; serial + 2018020301; serial 1d; refresh 2h; retry 4w; expire @@ -36,6 +36,7 @@ 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 +bowle-bmc IN A 172.23.1.82 nbe-w13b IN A 172.23.1.101 nbe-tr8 IN A 172.23.1.102 ; Services @@ -54,6 +55,7 @@ schweinshaxn IN A 172.23.2.36 cannelloni IN A 172.23.2.43 cashdesk IN A 172.23.2.44 punsch IN A 172.23.2.60 +bowle IN A 172.23.2.62 spiegelei IN A 172.23.2.91 ; Clients v2303.core IN A 172.23.3.1