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:
parent
055f29d8ab
commit
e37ad40de1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user