15663daaf7
Co-Authored-By: James E. Blair <corvus@inaugust.com> Change-Id: Id8b347483affd710759f9b225bfadb3ce851333c Depends-On: https://review.openstack.org/596503
8 lines
270 B
YAML
8 lines
270 B
YAML
iptables_allowed_hosts: []
|
|
iptables_public_ports: []
|
|
iptables_public_tcp_ports: '{{ iptables_public_ports }}'
|
|
iptables_public_udp_ports: '{{ iptables_public_ports }}'
|
|
iptables_rules: []
|
|
iptables_rules_v4: '{{ iptables_rules }}'
|
|
iptables_rules_v6: '{{ iptables_rules }}'
|