mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-07 22:54:31 -07:00
add variable for force_frontend_url
This commit is contained in:
parent
98e1633c43
commit
c4b4be3c3b
12 changed files with 17 additions and 83 deletions
|
@ -84,6 +84,7 @@ keycloak_modcluster:
|
|||
enabled: "{{ keycloak_ha_enabled or keycloak_modcluster_enabled }}"
|
||||
reverse_proxy_urls: "{{ keycloak_modcluster_urls }}"
|
||||
frontend_url: "{{ keycloak_frontend_url }}"
|
||||
force_frontend_url: "{{ keycloak_frontend_url_force }}"
|
||||
|
||||
# infinispan
|
||||
keycloak_remotecache:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue