Correct iptables var names

This variable name was translated incorrectly during the transition
from puppet to ansible for iptables.

Change-Id: I865ba7122b215a7f653aa5ed5770a05edbd655a0
This commit is contained in:
James E. Blair 2018-08-28 08:45:10 -07:00
parent 055f29d8ab
commit e37ad40de1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
iptables_rule_data: iptables_extra_allowed_hosts:
- protocol: tcp - protocol: tcp
port: 9200:9400 port: 9200:9400
hostname: elasticsearch02.openstack.org hostname: elasticsearch02.openstack.org

View File

@ -1,7 +1,7 @@
iptables_public_tcp_ports: iptables_public_tcp_ports:
- 80 - 80
- 3306 - 3306
iptables_rule_data: iptables_extra_allowed_hosts:
- protocol: tcp - protocol: tcp
port: '4730' port: '4730'
hostname: logstash-worker01.openstack.org hostname: logstash-worker01.openstack.org