Go to file
Robert Kaussow 97f9134527
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details
ci: fix deprecated ruff config
2024-02-18 12:15:09 +01:00
.woodpecker fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
defaults fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
handlers fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
meta fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
molecule fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
tasks remove time-sync.target override 2024-02-15 16:23:05 +01:00
templates/etc feat: enable chrony-wait service (#2) 2023-06-05 22:04:10 +02:00
.gitignore fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
.later.yml fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
.markdownlint.yml fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
.prettierignore fix: disable chrony-wait by default 2024-02-15 16:02:51 +01:00
LICENSE initial commit 2022-04-10 17:26:44 +02:00
README.md [skip ci] automated docs update 2024-02-15 15:04:54 +00:00
pyproject.toml ci: fix deprecated ruff config 2024-02-18 12:15:09 +01:00

README.md

xoxys.chrony

Build Status License: MIT

Setup chrony NTP.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

chrony_allow

Default value

chrony_allow: []

chrony_log

Default value

chrony_log:
  - measurements
  - statistics
  - tracking

chrony_logdir

Default value

chrony_logdir: /var/log/chrony

chrony_ntsdumpdir

Default value

chrony_ntsdumpdir: /var/lib/chrony

chrony_pool

Default value

chrony_pool: 2.pool.ntp.org iburst

chrony_port

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.

Default value

chrony_port: 0

chrony_server

Default value

chrony_server: []

chrony_wait_service_enabled

Default value

chrony_wait_service_enabled: false

Dependencies

None.

License

MIT

Author

Robert Kaussow