mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-14 21:42:04 +00:00
Allow to configure admin_url
This commit is contained in:
@@ -524,6 +524,9 @@
|
||||
<properties>
|
||||
<property name="frontendUrl" value="{{ keycloak_modcluster.frontend_url }}"/>
|
||||
<property name="forceBackendUrlToFrontendUrl" value="{{ keycloak_modcluster.force_frontend_url }}"/>
|
||||
{% if keycloak_modcluster.admin_url | length > 0 %}
|
||||
<property name="adminUrl" value="{{ keycloak_modcluster.admin_url }}" />
|
||||
{% endif %}
|
||||
</properties>
|
||||
</provider>
|
||||
</spi>
|
||||
|
||||
Reference in New Issue
Block a user