Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
ntpd.conf.j2 622 B
Newer Older
Freezed's avatar
Freezed committed
# ############################################# #
#             openNTP config file               #
#              /etc/ntp/ntpd.conf               #
#                                               #
#       This file is managed by Ansible         #
#       Manual edition will be overridden       #
#                                               #
#   https://lab.frogg.it/fcode/ansible/debian   #
#                                               #
# ############################################# #

# See http://support.ntp.org/bin/view/Servers/NTPPoolServers
{% for host in ntp_hosts %}
servers {{ host }}
{% endfor %}