From 93d7895beaa4f42e2b93a930f261324ef49a601b Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 10 Oct 2020 10:48:38 -0500 Subject: [PATCH] Allow 127.0.0.0/8 to connect to NTP on chrony --- roles/chrony/templates/chrony.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index 44fb0bc..35ae953 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -44,3 +44,5 @@ rtcsync # Step the system clock instead of slewing it if the adjustment is larger than # one second, but only in the first three clock updates. makestep 1 3 + +allow 127.0.0.0/8