diff --git a/roles/kea/templates/kea/kea-dhcp4.conf.j2 b/roles/kea/templates/kea/kea-dhcp4.conf.j2 index af9cebf..1f91db5 100644 --- a/roles/kea/templates/kea/kea-dhcp4.conf.j2 +++ b/roles/kea/templates/kea/kea-dhcp4.conf.j2 @@ -294,6 +294,11 @@ "hostname": "cannelloni" }, + { + "hw-address": "30:fd:38:ce:5a:01", + "hostname": "cc-wohnzimmer-video" + }, + { "hw-address": "b8:27:eb:1d:b9:bf", "ip-address": "172.23.3.240", @@ -421,6 +426,11 @@ "hw-address": "dc:a6:32:bf:e2:3e", "ip-address": "172.23.4.251", "hostname": "openhabgw1" + }, + + { + "hw-address": "08:f9:e0:e4:51:30", + "hostname": "wled-stairs" } ] },