Compare commits

..

1 commit

Author SHA1 Message Date
jeltz 962445ec63
keepalived: fix typo in ipv6 prefixes 2022-09-02 13:08:58 +02:00
4 changed files with 3 additions and 13 deletions

View file

@ -11,7 +11,6 @@
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
chronyd__local_stratum: 10
roles:
- chronyd

View file

@ -17,15 +17,15 @@
- fe80::1/10
client-2:
- 100.64.0.65/27
- 2a09:6841:0:100::/56
- 2a09:6841:0:200::/56
- fe80::1/10
client-3:
- 100.64.0.97/27
- 2a09:6841:0:200::/56
- 2a09:6841:0:300::/56
- fe80::1/10
client-4:
- 100.64.0.129/27
- 2a09:6841:0:300::/56
- 2a09:6841:0:400::/56
- fe80::1/10
roles:
- keepalived

View file

@ -3,9 +3,7 @@ chronyd__pools: []
chronyd__key_file: /etc/chrony/chrony.keys
chronyd__drift_file: /var/lib/chrony/chrony.drift
chronyd__nts_dump_dir: /var/lib/chrony
chronyd__log_dir: /var/log/chrony
chronyd__max_update_skew: 100.0
chronyd__rtcsync: true
chronyd__allow_networks: []
chronyd__log_change_seconds: 0.5
...

View file

@ -7,7 +7,6 @@ pool {{ pool }} iburst
keyfile {{ chronyd__key_file }}
driftfile {{ chronyd__drift_file }}
ntsdumpdir {{ chronyd__nts_dump_dir }}
logdir {{ chronyd__log_dir }}
log tracking measurements statistics
@ -17,12 +16,6 @@ maxupdateskew {{ chronyd__max_update_skew | float }}
rtcsync
{% endif %}
{% if chronyd__local_stratum is defined %}
local stratum {{ chronyd__local_stratum | int }}
{% endif %}
logchange {{ chronyd__log_change_seconds | float }}
leapsectz right/UTC
{% for network in chronyd__allow_networks %}