mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-26 07:51:53 -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,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