forked from infra/ansible
dchpd: don't use global ntp servers
This commit is contained in:
parent
d571ff6827
commit
b3d3888518
@ -3,7 +3,7 @@
|
||||
# option definitions common to all supported networks...
|
||||
option domain-name "binary.kitchen";
|
||||
option domain-name-servers {{ name_servers | join(', ') }};
|
||||
option ntp-servers {{ ntp_servers | join(', ') }};
|
||||
option ntp-servers 172.23.1.61, 172.23.2.3;
|
||||
|
||||
default-lease-time 7200;
|
||||
max-lease-time 28800;
|
||||
|
Loading…
Reference in New Issue
Block a user