From 27433263e75a3878bbf49c914c55e20c7a569ec9 Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Sat, 1 Feb 2025 00:08:50 +0100 Subject: [PATCH] Add debian ntp pool for ntp_time --- .../templates/zones.d/master/services/common.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/icinga2_master/templates/zones.d/master/services/common.conf.j2 b/roles/icinga2_master/templates/zones.d/master/services/common.conf.j2 index d165a2a..dccdc0e 100644 --- a/roles/icinga2_master/templates/zones.d/master/services/common.conf.j2 +++ b/roles/icinga2_master/templates/zones.d/master/services/common.conf.j2 @@ -75,6 +75,7 @@ apply Service "users" { apply Service "ntp" { import "generic-service" check_command = "ntp_time" + vars.ntp_address = "debian.pool.ntp.org" command_endpoint = host.name assign where true }