alliance-boreale/ansible/roles/common/templates/chrony.conf.j2
Dan Allaire bb38f846cd
Some checks are pending
CI / yaml-lint (push) Waiting to run
CI / ssot-export (push) Waiting to run
CI / tests (push) Waiting to run
CI / docs (push) Waiting to run
Premiers rôles ansible et leurs playbooks de déploiement (Phases 1 et 2)
2025-11-01 17:57:46 -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