|
|
|
@ -50,14 +50,40 @@ Install and configure iptables
|
|
|
|
|
|
|
|
|
|
A list of public UDP ports to open.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_rules
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables ingress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule. These
|
|
|
|
|
will be expanded to cover IPv4 and IPv6.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_rules_v4
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables v4 rules. Each item is a string containing the
|
|
|
|
|
iptables command line options for the rule.
|
|
|
|
|
A list of iptables v4 ingress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_rules_v6
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables v6 rules. Each item is a string containing the
|
|
|
|
|
iptables command line options for the rule.
|
|
|
|
|
A list of iptables v6 ingress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_egress_rules
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables egress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule. These
|
|
|
|
|
will be expanded to cover IPv4 and IPv6.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_egress_rules_v4
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables v4 egress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule.
|
|
|
|
|
|
|
|
|
|
.. zuul:rolevar:: iptables_egress_rules_v6
|
|
|
|
|
:default: []
|
|
|
|
|
|
|
|
|
|
A list of iptables v6 egress rules. Each item is a string
|
|
|
|
|
containing the iptables command line options for the rule.
|
|
|
|
|