Disable DHCP-DDNS on blue network
DNS updates are only allowed on the blue network from domain members.
This commit is contained in:
@@ -24,6 +24,7 @@ dhcp_subnets:
|
|||||||
domain_name: pyrocufflink.blue
|
domain_name: pyrocufflink.blue
|
||||||
domain_search: pyrocufflink.blue
|
domain_search: pyrocufflink.blue
|
||||||
ntp_servers: '{{ dch_networks.blue.ntp_servers }}'
|
ntp_servers: '{{ dch_networks.blue.ntp_servers }}'
|
||||||
|
ddns_updates: false
|
||||||
|
|
||||||
# pyrocufflink.red
|
# pyrocufflink.red
|
||||||
- address: 172.31.1.0/24
|
- address: 172.31.1.0/24
|
||||||
|
|||||||
Reference in New Issue
Block a user