27 lines
436 B
YAML
27 lines
436 B
YAML
# 2023-09-25
|
|
# Settings: ntp
|
|
---
|
|
|
|
ntp_enabled: true
|
|
|
|
ntp_restrict:
|
|
- "127.0.0.1"
|
|
- "::1"
|
|
|
|
ntp_package_daemon: ntp
|
|
ntp_package_tzdata: tzdata
|
|
|
|
ntp_timezone: "{{ timezone }}"
|
|
ntp_daemon: ntp
|
|
|
|
ntp_servers:
|
|
- fr.pool.ntp.org
|
|
- pool.ntp.org
|
|
|
|
ntp_conf_template: ntp_conf.j2
|
|
ntp_conf_distribution: /etc/ntpsec/ntp.conf
|
|
|
|
ntp_driftfile: /var/lib/ntpsec/ntp.drift
|
|
ntp_leapfile: /usr/share/zoneinfo/leap-seconds.list
|
|
ntp_cron_daemon: cron
|