From a83eced0d7c59fda07d582bfb6123256a552d6f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 18 Jan 2020 00:01:50 +0000 Subject: [PATCH] chronyd: also allow new cloud network to sync time on cloud-noc01 Signed-off-by: Kevin Fenzi --- roles/chrony/templates/chrony.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index 89f755021c..8e58f650d2 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -39,6 +39,7 @@ minsources 1 allow 10.0.0.0/8 {% elif ansible_hostname.startswith('cloud-noc') %} allow 209.132.184.0/24 +allow 38.145.48.0/23 {% endif %} # Serve time even if not synchronized to a time source.