From 765ee69d674fa37bff1c127309b17c4208b30dd6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 1 Jun 2023 16:18:19 -0400 Subject: [PATCH] Add static mappings for more controllers and workers. --- .../roles/jail_nat_dhcp/files/kea-dhcp4.conf | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf index c86dacf..61f2a4d 100644 --- a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf +++ b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf @@ -33,6 +33,31 @@ // controller0 "hw-address": "06:7b:5f:e5:b8:21", "ip-address": "10.215.1.204" + }, + { + // controller1 + "hw-address": "06:14:fc:2c:61:39", + "ip-address": "10.215.1.205" + }, + { + // controller2 + "hw-address": "06:78:78:7c:71:97", + "ip-address": "10.215.1.206" + }, + { + // worker0 + "hw-address": "06:c4:8d:4f:40:63", + "ip-address": "10.215.1.207" + }, + { + // worker1 + "hw-address": "06:eb:ad:64:14:9c", + "ip-address": "10.215.1.208" + }, + { + // worker2 + "hw-address": "06:01:92:5b:78:92", + "ip-address": "10.215.1.209" } ] }