Update docs, fix patch apply steps and cli vars

This commit is contained in:
Guido Grazioli 2022-03-11 14:44:19 +01:00 committed by Pelisse Romain
commit cfdc043770
9 changed files with 130 additions and 13 deletions

View file

@ -726,7 +726,7 @@
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="jgroups">
<interface name="jgroups">
{% if ansible_default_ipv4 is defined %}
<subnet-match value="{{ (ansible_default_ipv4.network + '/' + ansible_default_ipv4.netmask) | ipaddr('net') }}"/>
{% else %}