diff --git a/defaults/main/dhcpd_vars.yml b/defaults/main/dhcpd_vars.yml index ea96f80..9634ca3 100644 --- a/defaults/main/dhcpd_vars.yml +++ b/defaults/main/dhcpd_vars.yml @@ -26,7 +26,7 @@ dhcp_networks: range_from : 10.1.1.27 range_to : 10.1.1.99 broadcast : 10.1.1.255 - dns : 10.1.1.210 + dns : 10.10.10.55 pxeboot : 10.1.1.193 @@ -37,7 +37,7 @@ dhcp_networks: range_from : 10.10.10.82 range_to : 10.10.10.92 broadcast : 10.10.10.95 - dns : 10.1.1.210 + dns : 10.10.10.55 pxeboot : 10.10.10.93 @@ -48,7 +48,7 @@ dhcp_networks: range_from : 10.10.10.97 range_to : 10.10.10.125 broadcast : 10.10.10.127 - dns : 10.1.1.210 + dns : 10.10.10.55 pxeboot : 10.10.10.100 @@ -59,7 +59,7 @@ dhcp_networks: range_from : 10.10.10.129 range_to : 10.10.10.158 broadcast : 10.10.10.159 - dns : 10.1.1.210 + dns : 10.10.10.55 pxeboot : 10.10.10.129 @@ -70,7 +70,7 @@ dhcp_networks: range_from : 10.10.10.226 range_to : 10.10.10.253 broadcast : 10.10.10.255 - dns : 10.1.1.210 + dns : 10.10.10.55 pxeboot : 10.10.10.225