mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 16:11:34 -07:00
Keycloak: add feature enabling/disabling
This commit is contained in:
parent
b7eef6a720
commit
623db426e0
6 changed files with 26 additions and 2 deletions
3
roles/keycloak/templates/keycloak-profile.properties.j2
Normal file
3
roles/keycloak/templates/keycloak-profile.properties.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% for feature in keycloak.features %}
|
||||
feature.{{ feature.name }}={{ feature.status | default('enabled') }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue