From 4467253bbd9e2ac4da321a5437e81dcf1c097502 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 7 Jul 2025 20:00:14 +1000 Subject: [PATCH] feat: migrate to external ntp - removing ntp vms from proxmox - redirect ntp to external time sources --- hieradata/common.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 48590eb..889dd4b 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -166,13 +166,11 @@ hiera_include: - limits - sysctl::base -profiles::ntp::client::ntp_role: 'roles::infra::ntp::server' -profiles::ntp::client::use_ntp: 'region' profiles::ntp::client::peers: - - 0.pool.ntp.org - - 1.pool.ntp.org - - 2.pool.ntp.org - - 3.pool.ntp.org + - 0.au.pool.ntp.org + - 1.au.pool.ntp.org + - 2.au.pool.ntp.org + - 3.au.pool.ntp.org profiles::base::puppet_servers: - 'prodinf01n01.main.unkin.net'