mg
16ebb0324e
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#332 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
25 lines
776 B
Django/Jinja
25 lines
776 B
Django/Jinja
{{ file_header | default () }}
|
|
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Entries in this file show the compile time defaults.
|
|
# You can change settings by editing this file.
|
|
# Defaults can be restored by simply deleting this file.
|
|
#
|
|
# See timesyncd.conf(5) for details.
|
|
|
|
|
|
[Time]
|
|
{% for item in ntp_timesyncd_servers %}
|
|
NTP={{ item }}
|
|
{% endfor %}
|
|
FallbackNTP=0.de.pool.ntp.org 1.de.pool.ntp.org 2.de.pool.ntp.org 3.de.pool.ntp.org
|
|
#RootDistanceMaxSec=5
|
|
#PollIntervalMinSec=32
|
|
#PollIntervalMaxSec=2048
|
|
#SaveIntervalSec=60
|