this is a /8

This commit is contained in:
Kevin Fenzi 2018-09-27 00:55:25 +00:00
parent b5c368da1e
commit 086296b296

View file

@ -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 %}