commit 26b819f7d4
Author: Robert Kaussow <mail@thegeeklab.de> Date: Mon Sep 12 21:33:51 2022 +0200 chore: adjust config for rh9
This commit is contained in:
parent
d8525c6d09
commit
a0ec9ee0e4
97
index.md
97
index.md
@ -10,19 +10,11 @@ Setup chrony NTP.
|
|||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
- [Default Variables](#default-variables)
|
- [Default Variables](#default-variables)
|
||||||
- [chrony_acquisitionport](#chrony_acquisitionport)
|
|
||||||
- [chrony_allow](#chrony_allow)
|
- [chrony_allow](#chrony_allow)
|
||||||
- [chrony_conf_file](#chrony_conf_file)
|
|
||||||
- [chrony_drift_file](#chrony_drift_file)
|
|
||||||
- [chrony_dump_dir](#chrony_dump_dir)
|
|
||||||
- [chrony_initstepslew_enabled](#chrony_initstepslew_enabled)
|
|
||||||
- [chrony_initstepslew_servers](#chrony_initstepslew_servers)
|
|
||||||
- [chrony_initstepslew_threshold](#chrony_initstepslew_threshold)
|
|
||||||
- [chrony_key_file](#chrony_key_file)
|
|
||||||
- [chrony_log](#chrony_log)
|
- [chrony_log](#chrony_log)
|
||||||
- [chrony_log_dir](#chrony_log_dir)
|
- [chrony_logdir](#chrony_logdir)
|
||||||
- [chrony_maxupdateskew](#chrony_maxupdateskew)
|
- [chrony_ntsdumpdir](#chrony_ntsdumpdir)
|
||||||
- [chrony_port](#chrony_port)
|
- [chrony_pool](#chrony_pool)
|
||||||
- [chrony_server](#chrony_server)
|
- [chrony_server](#chrony_server)
|
||||||
- [Dependencies](#dependencies)
|
- [Dependencies](#dependencies)
|
||||||
|
|
||||||
@ -30,14 +22,6 @@ Setup chrony NTP.
|
|||||||
|
|
||||||
## Default Variables
|
## Default Variables
|
||||||
|
|
||||||
### chrony_acquisitionport
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_acquisitionport: 1123
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_allow
|
### chrony_allow
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
@ -46,92 +30,39 @@ chrony_acquisitionport: 1123
|
|||||||
chrony_allow: []
|
chrony_allow: []
|
||||||
```
|
```
|
||||||
|
|
||||||
### chrony_conf_file
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_conf_file: /etc/chrony/chrony.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_drift_file
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_drift_file: /var/lib/chrony/drift
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_dump_dir
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_dump_dir: /var/lib/chrony
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_initstepslew_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_initstepslew_enabled: false
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_initstepslew_servers
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_initstepslew_servers: 169.254.169.123
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_initstepslew_threshold
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_initstepslew_threshold: 30
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_key_file
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
chrony_key_file: /etc/chrony/chrony.keys
|
|
||||||
```
|
|
||||||
|
|
||||||
### chrony_log
|
### chrony_log
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
chrony_log: tracking measurements statistics
|
chrony_log:
|
||||||
|
- measurements
|
||||||
|
- statistics
|
||||||
|
- tracking
|
||||||
```
|
```
|
||||||
|
|
||||||
### chrony_log_dir
|
### chrony_logdir
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
chrony_log_dir: /var/log/chrony
|
chrony_logdir: /var/log/chrony
|
||||||
```
|
```
|
||||||
|
|
||||||
### chrony_maxupdateskew
|
### chrony_ntsdumpdir
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
chrony_maxupdateskew: 100.0
|
chrony_ntsdumpdir: /var/lib/chrony
|
||||||
```
|
```
|
||||||
|
|
||||||
### chrony_port
|
### chrony_pool
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
chrony_port: 123
|
chrony_pool: 2.pool.ntp.org iburst
|
||||||
```
|
```
|
||||||
|
|
||||||
### chrony_server
|
### chrony_server
|
||||||
@ -139,7 +70,7 @@ chrony_port: 123
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
chrony_server: 169.254.169.123 prefer iburst
|
chrony_server: []
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user