xoxys.chrony/defaults/main.yml
Robert Kaussow bd7cc5a174
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
fix: disable chrony-wait by default
2024-02-15 16:02:51 +01:00

21 lines
451 B
YAML

---
chrony_pool: 2.pool.ntp.org iburst
chrony_server: []
chrony_allow: []
# @var chrony_port:description: >
# The port option can be set to 0 to make chrony daemon to never open any listening port
# for server operation and to operate strictly in a client-only mode.
# @end
chrony_port: 0
chrony_ntsdumpdir: /var/lib/chrony
chrony_logdir: /var/log/chrony
chrony_log:
- measurements
- statistics
- tracking
chrony_wait_service_enabled: False