Specify the node identifier.

This commit is contained in:
Andrea Dell'Amico 2020-10-19 18:20:59 +02:00
parent 3a6a0abfcb
commit 962d629a41
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ keycloak_wildfly_modcluster_multicast_address: '224.0.1.105'
keycloak_listen: '127.0.0.1'
keycloak_java_min_heap: '2048m'
keycloak_java_max_heap: '{{ keycloak_java_min_heap }}'
keycloak_node_identifier: 1
keycloak_use_external_db: True
# postgresql is the only supported choice for the time being

View File

@ -550,7 +550,7 @@
</security-domains>
</subsystem>
<subsystem xmlns="urn:jboss:domain:transactions:5.0">
<core-environment node-identifier="${jboss.tx.node.id:1}">
<core-environment node-identifier="{{ keycloak_node_identifier }}">
<process-id>
<uuid/>
</process-id>