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