summaryrefslogtreecommitdiff
path: root/roles/common-linux/files/ntp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common-linux/files/ntp.conf')
-rw-r--r--roles/common-linux/files/ntp.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/roles/common-linux/files/ntp.conf b/roles/common-linux/files/ntp.conf
deleted file mode 100644
index 6aee0df..0000000
--- a/roles/common-linux/files/ntp.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-driftfile /var/lib/ntp/ntp.drift
-statsdir /var/log/ntpstats/
-
-statistics loopstats peerstats clockstats
-filegen loopstats file loopstats type day enable
-filegen peerstats file peerstats type day enable
-filegen clockstats file clockstats type day enable
-
-# Unser Zeitserver
-server 141.20.1.120 prefer # timehost.rz.hu-berlin.de
-
-# Stratum-2-Server
-server 0.de.pool.ntp.org
-server 1.de.pool.ntp.org
-server 2.de.pool.ntp.org
-server 3.de.pool.ntp.org
-
-# Fallback: die eigene Uhr (mit stratum 10 kuenstlich schlecht gemacht)
-server 127.127.1.0 # local clock
-fudge 127.127.1.0 stratum 10
-
-# By default, exchange time with everybody, but don't allow configuration.
-restrict -4 default kod notrap nomodify nopeer noquery
-restrict -6 default kod notrap nomodify nopeer noquery
-
-# Local users may interrogate the ntp server more closely.
-restrict 127.0.0.1
-restrict ::1
-