Ansible role for configuring chrony time sync on Proxmox VE
# Configure as NTP pools
pve_time_sync_ntp_pool_servers:
- 0.no.pool.ntp.org
- 1.no.pool.ntp.org
- 2.no.pool.ntp.org
- 3.no.pool.ntp.org
# Configure as NTP servers
pve_time_sync_ntp_servers:
- 0.no.pool.ntp.org
- 1.no.pool.ntp.org
- 2.no.pool.ntp.org
- 3.no.pool.ntp.org
# Full path to the chrony configuration file
pve_time_sync_conf_path: "/etc/chrony/chrony.conf"
# Enable or disable rtcsync
pve_time_sync_rtcsync: true
# Log options
pve_time_sync_logs: true # enable or disable logging
pve_time_sync_logdir: /var/log/chrony # log folder
pve_time_sync_log: tracking measurements statistics # things to log