# 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