forked from infra/ansible
New hosts: ap03, klopi.
This commit is contained in:
parent
1cbb6e7f1d
commit
fa23c6281b
@ -94,6 +94,11 @@ host homer {
|
|||||||
fixed-address homer.binary.kitchen;
|
fixed-address homer.binary.kitchen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host klopi {
|
||||||
|
hardware ethernet 74:da:38:6e:e6:9d;
|
||||||
|
fixed-address klopi.binary.kitchen;
|
||||||
|
}
|
||||||
|
|
||||||
host lock {
|
host lock {
|
||||||
hardware ethernet b8:27:eb:5d:e7:6e;
|
hardware ethernet b8:27:eb:5d:e7:6e;
|
||||||
fixed-address lock.binary.kitchen;
|
fixed-address lock.binary.kitchen;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
|
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
|
||||||
$TTL 1h ; default time-to-live
|
$TTL 1h ; default time-to-live
|
||||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||||
2017031901; serial
|
2017032101; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -13,6 +13,7 @@ $TTL 1h ; default time-to-live
|
|||||||
11.1 IN PTR apcusv.binary.kitchen.
|
11.1 IN PTR apcusv.binary.kitchen.
|
||||||
41.1 IN PTR ap01.binary.kitchen.
|
41.1 IN PTR ap01.binary.kitchen.
|
||||||
42.1 IN PTR ap02.binary.kitchen.
|
42.1 IN PTR ap02.binary.kitchen.
|
||||||
|
43.1 IN PTR ap03.binary.kitchen.
|
||||||
61.1 IN PTR kraut.binary.kitchen.
|
61.1 IN PTR kraut.binary.kitchen.
|
||||||
81.1 IN PTR kraut-bmc.binary.kitchen.
|
81.1 IN PTR kraut-bmc.binary.kitchen.
|
||||||
; Services
|
; Services
|
||||||
@ -33,6 +34,7 @@ $TTL 1h ; default time-to-live
|
|||||||
; Clients
|
; Clients
|
||||||
1.3 IN PTR v2303.core.binary.kitchen.
|
1.3 IN PTR v2303.core.binary.kitchen.
|
||||||
$GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
|
$GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
|
||||||
|
241.3 IN PTR klopi.binary.kitchen.
|
||||||
; MQTT
|
; MQTT
|
||||||
1.4 IN PTR v2304.core.binary.kitchen.
|
1.4 IN PTR v2304.core.binary.kitchen.
|
||||||
5.4 IN PTR sushi.mqtt.binary.kitchen.
|
5.4 IN PTR sushi.mqtt.binary.kitchen.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$ORIGIN binary.kitchen ; base for unqualified names
|
$ORIGIN binary.kitchen ; base for unqualified names
|
||||||
$TTL 1h ; default time-to-live
|
$TTL 1h ; default time-to-live
|
||||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||||
2017031901; serial
|
2017032101; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
@ -27,6 +27,7 @@ v2301.core IN A 172.23.1.1
|
|||||||
apcusv IN A 172.23.1.11
|
apcusv IN A 172.23.1.11
|
||||||
ap01 IN A 172.23.1.41
|
ap01 IN A 172.23.1.41
|
||||||
ap02 IN A 172.23.1.42
|
ap02 IN A 172.23.1.42
|
||||||
|
ap03 IN A 172.23.1.43
|
||||||
kraut IN A 172.23.1.61
|
kraut IN A 172.23.1.61
|
||||||
kraut-bmc IN A 172.23.1.81
|
kraut-bmc IN A 172.23.1.81
|
||||||
; Services
|
; Services
|
||||||
@ -47,6 +48,7 @@ spiegelei IN A 172.23.2.91
|
|||||||
; Clients
|
; Clients
|
||||||
v2303.core IN A 172.23.3.1
|
v2303.core IN A 172.23.3.1
|
||||||
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
|
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
|
||||||
|
klopi IN A 172.23.3.241
|
||||||
; MQTT
|
; MQTT
|
||||||
v2304.core IN A 172.23.4.1
|
v2304.core IN A 172.23.4.1
|
||||||
sushi.mqtt IN A 172.23.4.5
|
sushi.mqtt IN A 172.23.4.5
|
||||||
|
Loading…
Reference in New Issue
Block a user