feat: anycast dhcp

- dhcp is used only for old-vms, or when pxebooting new hosts
- anycast used for failover
This commit is contained in:
2025-06-29 13:02:20 +10:00
parent 7b07626162
commit b747be58d0
3 changed files with 69 additions and 24 deletions
@@ -6,6 +6,5 @@ class roles::infra::dhcp::server {
}else{
include profiles::defaults
include profiles::base
include profiles::dhcp::server
}
}