alliance-boreale/infrastructure/ansible2/roles/common/templates/chrony.conf.j2
Dan Allaire ef98fd8a3f Refonte
2026-03-09 18:23:06 -04:00

25 lines
582 B
Django/Jinja

# Alliance Boréale - Chrony Configuration
# Generated by Ansible - DO NOT EDIT MANUALLY
# Host: {{ inventory_hostname }}
# Date: {{ ansible_date_time.iso8601 }}
# NTP Servers
{% for server in ntp.servers %}
pool {{ server }} iburst
{% endfor %}
# Record rate at which system clock gains/losses time
driftfile /var/lib/chrony/chrony.drift
# Allow system to step clock if offset is large
makestep 1.0 3
# Enable kernel synchronization of RTC
rtcsync
# Serve time even if not synchronized
local stratum 10
# Log files
logdir /var/log/chrony
log measurements statistics tracking