Skip to content
Snippets Groups Projects
timesyncd.conf.j2 868 B
Newer Older
Chris Croome's avatar
Chris Croome committed
# {{ ansible_managed }}

#  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.

Chris Croome's avatar
Chris Croome committed
[Time]
NTP={% for server in systemd_timesyncd_servers %}{{ server }}{% if not loop.last %} {% endif %}{% endfor %}
Chris Croome's avatar
Chris Croome committed

#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
Chris Croome's avatar
Chris Croome committed
#ConnectionRetrySec=30
#SaveIntervalSec=60
Chris Croome's avatar
Chris Croome committed

# vim: ft=systemd: