--- dns_upstream: - 1.1.1.1 - 9.9.9.9 dhcp_range_start: 192.168.10.50 dhcp_range_end: 192.168.10.99 dhcp_lease_time: 12h dhcp_static_hosts: - mac: "6c:4b:90:82:8e:47" name: compute-01 ip: 192.168.10.11 - mac: "6c:4b:90:cf:7f:c5" name: compute-02 ip: 192.168.10.12 - mac: "6c:4b:90:b6:49:20" name: compute-03 ip: 192.168.10.13 dns_cluster_hosts: - name: storage-01 ip: 192.168.10.1 - name: gpu-01 ip: 192.168.10.20 - name: compute-01 ip: 192.168.10.11 - name: compute-02 ip: 192.168.10.12 - name: compute-03 ip: 192.168.10.13