Also fix the defaults.

This commit is contained in:
Andrea Dell'Amico 2020-11-30 16:29:57 +01:00
parent 4a9391492b
commit c312ea379b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ iptables_generic_rules_default_policy: 'REJECT --reject-with icmp-host-prohibite
ganglia_enabled: False
nagios_enabled: False
iptables_open_all_to_isti_nets: False
tomcat_cluster_enabled: False
jgroups_cluster_enabled: False
# Another variable needs to be defined before the db rules are set
psql_firewall_enabled: True
mysql_firewall_enabled: True

View File

@ -262,7 +262,7 @@
{% endif %}
{% endif %}
{% if jgroups_cluster_enabled %}
# tomcat cluster
# tomcat/jboss/wildfly cluster
-A INPUT -m pkttype --pkt-type multicast -d {{ jgroups_multicast_addr }} -j ACCEPT
-A INPUT -m state --state NEW -p tcp -m tcp --dport {{ jgroups_multicast_port }} -j ACCEPT
{% if hybernate_multicast_net is defined %}