Clone shirenn's configuration
This commit is contained in:
25
roles/ntp/templates/ntp.conf.j2
Normal file
25
roles/ntp/templates/ntp.conf.j2
Normal file
@ -0,0 +1,25 @@
|
||||
# Please consider joining the pool:
|
||||
#
|
||||
# http://www.pool.ntp.org/join.html
|
||||
#
|
||||
# For additional information see:
|
||||
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
|
||||
# - http://support.ntp.org/bin/view/Support/GettingStarted
|
||||
# - the ntp.conf man page
|
||||
|
||||
# Associate to Arch's NTP pool
|
||||
server charybde.crans.org
|
||||
server 0.fr.pool.ntp.org
|
||||
server 1.fr.pool.ntp.org
|
||||
server 2.fr.pool.ntp.org
|
||||
server 3.fr.pool.ntp.org
|
||||
|
||||
# By default, the server allows:
|
||||
# - all queries from the local host
|
||||
# - only time queries from remote hosts, protected by rate limiting and kod
|
||||
restrict default kod limited nomodify nopeer noquery notrap
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
|
||||
# Location of drift file
|
||||
driftfile /var/lib/ntp/ntp.drift
|
Reference in New Issue
Block a user