800397c3da
This adds a group var which should normally be the empty list but can be overridden by the test framework to inject additional iptables rules. It's used to add the zuul console streaming port. To accomplish this, the base+extras pattern is adopted for iptables public tcp/udp ports. This means all host/group vars should use the "extra" form of the variable rather than the actual variable defined by the role. Change-Id: I33fe2b7de4a4ba79c25c0fb41a00e3437cee5463
9 lines
186 B
YAML
9 lines
186 B
YAML
exim_extra_aliases:
|
|
gerrit2: root
|
|
iptables_rules:
|
|
- -p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j REJECT
|
|
iptables_extra_public_tcp_ports:
|
|
- 80
|
|
- 443
|
|
- 29418
|