From 0c93133462594ed61ad1a911413542c29c736041 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Sun, 25 Nov 2018 18:25:22 +0100 Subject: Update config files for ntpserver and proxy roles --- roles/ntpserver/templates/chrony.conf.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roles/ntpserver/templates/chrony.conf.j2') diff --git a/roles/ntpserver/templates/chrony.conf.j2 b/roles/ntpserver/templates/chrony.conf.j2 index c836cb7..eb1f825 100644 --- a/roles/ntpserver/templates/chrony.conf.j2 +++ b/roles/ntpserver/templates/chrony.conf.j2 @@ -31,6 +31,14 @@ rtcsync # if the adjustment is larger than 1 second. makestep 1.0 3 +# Enable hardware timestamping on all interfaces that support it. +#hwtimestamp * + +# Increase the minimum number of selectable sources required to adjust +# the system clock. +#minsources 2 +minsources 1 + # Allow NTP client access from local network. #allow 192.168/16 allow -- cgit