mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-07 06:34:30 -07:00
Rename and honor parameter keycloak_quarkus_http_host
This commit is contained in:
parent
20797e4cad
commit
b8028d376a
6 changed files with 24 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
{% set stack_expression='stack="tcpping"' %}
|
||||
<jgroups>
|
||||
<stack name="tcpping" extends="tcp">
|
||||
<!-- <TCP external_addr="${env.KC_EXTERNAL_ADDR}" bind_addr="{{ keycloak_quarkus_bind_address }}" bind_port="{{ keycloak_quarkus_jgroups_port }}" /> -->
|
||||
<!-- <TCP external_addr="${env.KC_EXTERNAL_ADDR}" bind_addr="{{ keycloak_quarkus_http_host }}" bind_port="{{ keycloak_quarkus_jgroups_port }}" /> -->
|
||||
<TCPPING
|
||||
initial_hosts="{{ keycloak_quarkus_cluster_nodes | map(attribute='inventory_host') | join (',') }}"
|
||||
port_range="0"
|
||||
|
|
|
@ -26,6 +26,7 @@ http-enabled={{ keycloak_quarkus_http_enabled | lower }}
|
|||
http-port={{ keycloak_quarkus_http_port }}
|
||||
{% endif %}
|
||||
http-relative-path={{ keycloak_quarkus_http_relative_path }}
|
||||
http-host={{ keycloak_quarkus_http_host }}
|
||||
|
||||
# Management
|
||||
http-management-port={{ keycloak_quarkus_http_management_port }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue