From da1ba41f8d34eb753a302baa745bb7f9b6eb11f5 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Thu, 13 Jun 2024 23:46:06 +0200 Subject: [PATCH] chrony: VM: use chronos Signed-off-by: Frank Villaro-Dixon --- ansible/files/chrony.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/files/chrony.conf.j2 b/ansible/files/chrony.conf.j2 index 7b6f5ad..5bb9f2a 100644 --- a/ansible/files/chrony.conf.j2 +++ b/ansible/files/chrony.conf.j2 @@ -23,6 +23,8 @@ pool 2.arch.pool.ntp.org iburst {% if ansible_hostname == "chronos" %} refclock PPS /dev/pps0 refid PPS +{% else %} +server chronos.lan.k3s.fr iburst {% endif %} #######################################################################