diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index a1be3ea..5964735 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -104,6 +104,11 @@ host matrix { fixed-address matrix.binary.kitchen; } +host sushi { + hardware ethernet 52:54:00:17:02:23; + fixed-address sushi.binary.kitchen; +} + host punsch { hardware ethernet 00:21:85:1b:7f:3d; fixed-address punsch.binary.kitchen;