Specify the node identifier.
This commit is contained in:
parent
3a6a0abfcb
commit
962d629a41
|
@ -15,6 +15,7 @@ keycloak_wildfly_modcluster_multicast_address: '224.0.1.105'
|
||||||
keycloak_listen: '127.0.0.1'
|
keycloak_listen: '127.0.0.1'
|
||||||
keycloak_java_min_heap: '2048m'
|
keycloak_java_min_heap: '2048m'
|
||||||
keycloak_java_max_heap: '{{ keycloak_java_min_heap }}'
|
keycloak_java_max_heap: '{{ keycloak_java_min_heap }}'
|
||||||
|
keycloak_node_identifier: 1
|
||||||
|
|
||||||
keycloak_use_external_db: True
|
keycloak_use_external_db: True
|
||||||
# postgresql is the only supported choice for the time being
|
# postgresql is the only supported choice for the time being
|
||||||
|
|
|
@ -550,7 +550,7 @@
|
||||||
</security-domains>
|
</security-domains>
|
||||||
</subsystem>
|
</subsystem>
|
||||||
<subsystem xmlns="urn:jboss:domain:transactions:5.0">
|
<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>
|
<process-id>
|
||||||
<uuid/>
|
<uuid/>
|
||||||
</process-id>
|
</process-id>
|
||||||
|
|
Loading…
Reference in New Issue