mg
e4e84d2218
python zu 3 rest zfs Postfix Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#22 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
8 lines
200 B
Django/Jinja
8 lines
200 B
Django/Jinja
{{ file_header | default () }}
|
|
# Servers
|
|
{% for item in ntp_servers %}
|
|
server {{ item.address }} {{ item.options |default() }}
|
|
{% endfor %}
|
|
|
|
# Drift file
|
|
driftfile {{ ntp_driftfile_directory }}/drift
|