mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
Extract new keycloak_realm role out of keycloak
This commit is contained in:
7
roles/keycloak_realm/templates/realm.json.j2
Normal file
7
roles/keycloak_realm/templates/realm.json.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"id": "{{ keycloak_realm }}",
|
||||
"realm": "{{ keycloak_realm }}",
|
||||
"enabled": true,
|
||||
"eventsEnabled": true,
|
||||
"eventsExpiration": 7200
|
||||
}
|
||||
Reference in New Issue
Block a user