Allow ns servers to connect to adns

These firewall rules were missed in the conversion from puppet
to ansible.

Change-Id: I38c348542a568dc6c1a175116753d16e02e7e2dc
This commit is contained in:
James E. Blair 2018-09-06 08:50:45 -07:00
parent 447baf2c60
commit 00a4b7ae30
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
iptables_extra_allowed_hosts:
- protocol: tcp
port: 53
hostname: ns1.openstack.org
- protocol: tcp
port: 53
hostname: ns2.openstack.org