From 086296b29639aac7e6f25603ceddd663c3e2394f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 27 Sep 2018 00:55:25 +0000 Subject: [PATCH] this is a /8 --- roles/chrony/templates/chrony.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index 96ce222b6c..875b9b29c5 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -30,7 +30,7 @@ minsources 1 # Allow NTP client access from local network. {% if ansible_hostname.startswith('bastion') %} -allow 10.0.0.0/16 +allow 10.0.0.0/8 {% elif ansible_hostname.startswith('cloud-noc') %} allow 209.132.184.0/24 {% endif %}