Go to file
Robert Kaussow 37ecf8dacf
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
ci: replace deprecated workflow syntax
2024-10-31 11:31:52 +01:00
.woodpecker ci: replace deprecated workflow syntax 2024-10-31 11:31:52 +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 refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:08:20 +02:00
molecule/default chore: move requirements.yml to role dir 2024-08-19 16:04:52 +02: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
.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
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:08:20 +02:00
LICENSE initial commit 2022-04-10 17:26:44 +02:00
pyproject.toml ci: fix deprecated ruff config 2024-02-18 12:15:09 +01:00
README.md [skip ci] automated docs update 2024-02-15 15:04:54 +00:00
requirements.yml chore: move requirements.yml to role dir 2024-08-19 16:04:52 +02:00

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