dch-network: Add NTP servers for Management net
parent
5f65864d3a
commit
d6b4e4a098
|
@ -19,6 +19,8 @@ dch_networks:
|
|||
vlan_id: 10
|
||||
router_iface: vlan10
|
||||
ipv4_address: 172.30.0.240/28
|
||||
ntp_servers:
|
||||
- dc0.pyrocufflink.blue
|
||||
|
||||
blue:
|
||||
description: pyrocufflink.blue AD domain members only
|
||||
|
|
|
@ -20,6 +20,7 @@ dhcp_subnets:
|
|||
end: 172.30.0.253
|
||||
routers:
|
||||
- 172.30.0.241
|
||||
ntp_servers: '{{ dch_networks.mgmt.ntp_servers }}'
|
||||
|
||||
# pyrocufflink.blue
|
||||
- address: 172.30.0.0/26
|
||||
|
|
Loading…
Reference in New Issue