AMW-384 Keycloak realm variable keycloak_url with hard-coded http

This commit is contained in:
Ranabir Chakraborty 2025-04-11 20:52:08 +05:30
commit f146eb5fda
4 changed files with 8 additions and 7 deletions

View file

@ -118,3 +118,7 @@ keycloak_no_log: true
### logging configuration
keycloak_log_target: /var/log/keycloak
# locations
keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port + keycloak_jboss_port_offset }}"
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port + keycloak_jboss_port_offset }}"