From 70f8d73bd3754e94965c4d179f6009fa25fb8d16 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Mon, 17 Jun 2024 18:38:32 +0200 Subject: [PATCH] add GPS Signed-off-by: Frank Villaro-Dixon --- ansible/files/chrony.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/chrony.conf.j2 b/ansible/files/chrony.conf.j2 index 5bb9f2a..58d701b 100644 --- a/ansible/files/chrony.conf.j2 +++ b/ansible/files/chrony.conf.j2 @@ -19,10 +19,10 @@ pool pool.ntp.infomaniak.ch iburst server ntp11.metas.ch server ntp-p1.obspm.fr -pool 2.arch.pool.ntp.org iburst {% if ansible_hostname == "chronos" %} refclock PPS /dev/pps0 refid PPS +refclock SHM 0 refid GPS poll 2 precision 1e-3 offset 0.128 {% else %} server chronos.lan.k3s.fr iburst {% endif %}