playbooks/compute/templates/chrony.conf.j2
2024-06-07 13:43:00 -07:00

28 lines
825 B
Django/Jinja

#
# This file is managed by Ansible, do not edit manually.
#
server 0.debian.pool.ntp.org. iburst prefer
server 1.debian.pool.ntp.org. iburst
server 2.debian.pool.ntp.org. iburst
server 3.debian.pool.ntp.org. iburst
# Log files location.
logdir /var/log/chrony
# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
# Get TAI-UTC offset and leap seconds from the system tz database.
# This directive must be commented out when using time sources serving
# leap-smeared time.
leapsectz right/UTC