Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Sep 18 23:27:54 2022 +0200

    fix: use client-only mode by default
This commit is contained in:
Robert Kaussow 2022-09-18 21:30:27 +00:00
parent a0ec9ee0e4
commit 3b1fa2a1a3
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Setup chrony NTP.
- [chrony_logdir](#chrony_logdir)
- [chrony_ntsdumpdir](#chrony_ntsdumpdir)
- [chrony_pool](#chrony_pool)
- [chrony_port](#chrony_port)
- [chrony_server](#chrony_server)
- [Dependencies](#dependencies)
@ -65,6 +66,16 @@ chrony_ntsdumpdir: /var/lib/chrony
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
```YAML
chrony_port: 0
```
### chrony_server
#### Default value