Compare commits
1 commit
master
...
keepalived
Author | SHA1 | Date | |
---|---|---|---|
962445ec63 |
4 changed files with 3 additions and 13 deletions
|
@ -11,7 +11,6 @@
|
||||||
- 1.pool.ntp.org
|
- 1.pool.ntp.org
|
||||||
- 2.pool.ntp.org
|
- 2.pool.ntp.org
|
||||||
- 3.pool.ntp.org
|
- 3.pool.ntp.org
|
||||||
chronyd__local_stratum: 10
|
|
||||||
roles:
|
roles:
|
||||||
- chronyd
|
- chronyd
|
||||||
|
|
||||||
|
|
|
@ -17,15 +17,15 @@
|
||||||
- fe80::1/10
|
- fe80::1/10
|
||||||
client-2:
|
client-2:
|
||||||
- 100.64.0.65/27
|
- 100.64.0.65/27
|
||||||
- 2a09:6841:0:100::/56
|
- 2a09:6841:0:200::/56
|
||||||
- fe80::1/10
|
- fe80::1/10
|
||||||
client-3:
|
client-3:
|
||||||
- 100.64.0.97/27
|
- 100.64.0.97/27
|
||||||
- 2a09:6841:0:200::/56
|
- 2a09:6841:0:300::/56
|
||||||
- fe80::1/10
|
- fe80::1/10
|
||||||
client-4:
|
client-4:
|
||||||
- 100.64.0.129/27
|
- 100.64.0.129/27
|
||||||
- 2a09:6841:0:300::/56
|
- 2a09:6841:0:400::/56
|
||||||
- fe80::1/10
|
- fe80::1/10
|
||||||
roles:
|
roles:
|
||||||
- keepalived
|
- keepalived
|
||||||
|
|
|
@ -3,9 +3,7 @@ chronyd__pools: []
|
||||||
chronyd__key_file: /etc/chrony/chrony.keys
|
chronyd__key_file: /etc/chrony/chrony.keys
|
||||||
chronyd__drift_file: /var/lib/chrony/chrony.drift
|
chronyd__drift_file: /var/lib/chrony/chrony.drift
|
||||||
chronyd__nts_dump_dir: /var/lib/chrony
|
chronyd__nts_dump_dir: /var/lib/chrony
|
||||||
chronyd__log_dir: /var/log/chrony
|
|
||||||
chronyd__max_update_skew: 100.0
|
chronyd__max_update_skew: 100.0
|
||||||
chronyd__rtcsync: true
|
chronyd__rtcsync: true
|
||||||
chronyd__allow_networks: []
|
chronyd__allow_networks: []
|
||||||
chronyd__log_change_seconds: 0.5
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -7,7 +7,6 @@ pool {{ pool }} iburst
|
||||||
keyfile {{ chronyd__key_file }}
|
keyfile {{ chronyd__key_file }}
|
||||||
driftfile {{ chronyd__drift_file }}
|
driftfile {{ chronyd__drift_file }}
|
||||||
ntsdumpdir {{ chronyd__nts_dump_dir }}
|
ntsdumpdir {{ chronyd__nts_dump_dir }}
|
||||||
logdir {{ chronyd__log_dir }}
|
|
||||||
|
|
||||||
log tracking measurements statistics
|
log tracking measurements statistics
|
||||||
|
|
||||||
|
@ -17,12 +16,6 @@ maxupdateskew {{ chronyd__max_update_skew | float }}
|
||||||
rtcsync
|
rtcsync
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if chronyd__local_stratum is defined %}
|
|
||||||
local stratum {{ chronyd__local_stratum | int }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
logchange {{ chronyd__log_change_seconds | float }}
|
|
||||||
|
|
||||||
leapsectz right/UTC
|
leapsectz right/UTC
|
||||||
|
|
||||||
{% for network in chronyd__allow_networks %}
|
{% for network in chronyd__allow_networks %}
|
||||||
|
|
Loading…
Reference in a new issue