docs: update sample keycloak_realm playbook

This commit is contained in:
Guido Grazioli 2023-03-15 17:56:08 +01:00
parent 23ce09d595
commit ed24ca637a
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B

View file

@ -3,14 +3,13 @@
hosts: all
vars:
keycloak_admin_password: "remembertochangeme"
keycloak_realm: TestRealm
keycloak_clients:
- name: TestClient1
client_id: TestClient1
roles:
- TestClient1Admin
- TestClient1User
realm: "{{ keycloak_realm }}"
realm: TestRealm
public_client: True
web_origins:
- http://testclient1origin/application
@ -21,6 +20,7 @@
client_roles:
- client: TestClient1
role: TestClient1User
realm: "{{ keycloak_realm }}"
realm: TestRealm
roles:
- middleware_automation.keycloak.keycloak_realm
- name: middleware_automation.keycloak.keycloak_realm
keycloak_realm: TestRealm