.woodpecker | ||
defaults | ||
handlers | ||
meta | ||
molecule/default | ||
tasks | ||
templates/etc | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
.yamllint | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.yml |
xoxys.chrony
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