From 728258d16080c860d643df96c93bf4e64f8e7074 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 30 Apr 2023 17:18:21 -0400 Subject: [PATCH] Add a static assignment for the unifi controller. --- ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf index 5dc6afc..d39ed58 100644 --- a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf +++ b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf @@ -18,6 +18,11 @@ // jaeger "hw-address": "06:c7:69:d3:f4:ca", "ip-address": "10.215.1.201" + }, + { + // unifi controller + "hw-address": "06:40:9f:d7:be:a6", + "ip-address": "10.215.1.202" } ] }