Cleanup sample file.

This commit is contained in:
Yaro Kasear 2026-05-01 15:08:48 -05:00
parent bf6ba269af
commit 0466db1634

View file

@ -121,18 +121,6 @@
role = "server"; role = "server";
dns = false; dns = false;
}; };
norfolk-dmz-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-dmz-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
main.hosts = { main.hosts = {
@ -187,36 +175,12 @@
role = "phone"; role = "phone";
hw-address = "80:5e:c0:de:3d:66"; hw-address = "80:5e:c0:de:3d:66";
}; };
norfolk-main-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-main-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
guest.hosts = { guest.hosts = {
europa-guest = { europa-guest = {
role = "router"; role = "router";
}; };
norfolk-guest-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-guest-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
iot.hosts = { iot.hosts = {
@ -275,18 +239,6 @@
role = "mobile"; role = "mobile";
hw-address = "ac:3e:b1:77:65:2e"; hw-address = "ac:3e:b1:77:65:2e";
}; };
norfolk-iot-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-iot-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
storage.hosts = { storage.hosts = {
@ -303,18 +255,6 @@
role = "adminWorkstation"; role = "adminWorkstation";
hw-address = "00:07:43:13:c4:90"; hw-address = "00:07:43:13:c4:90";
}; };
norfolk-storage-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-storage-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
management.hosts = { management.hosts = {
@ -336,18 +276,6 @@
role = "oobMgmt"; role = "oobMgmt";
hw-address = "14:18:77:51:4b:b5"; hw-address = "14:18:77:51:4b:b5";
}; };
norfolk-management-dhcp-start = {
role = "pool";
hostId = 1;
dns = false;
};
norfolk-management-dhcp-end = {
role = "pool";
hostId = 250;
dns = false;
};
}; };
}; };
}; };