middleware_automation.keycloak/main/_downloads/a0468922d38230cfdad1d445a6b10b9e/keycloak_realm.yml
ansible-middleware-core 0e2fa72b4f Update docs for main
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
2023-12-01 11:43:16 +00:00

26 lines
737 B
YAML

---
- name: Playbook for Keycloak Hosts
hosts: all
vars:
keycloak_admin_password: "remembertochangeme"
keycloak_clients:
- name: TestClient1
client_id: TestClient1
roles:
- TestClient1Admin
- TestClient1User
realm: TestRealm
public_client: true
web_origins:
- http://testclient1origin/application
- http://testclient1origin/other
users:
- username: TestUser
password: password
client_roles:
- client: TestClient1
role: TestClient1User
realm: TestRealm
roles:
- role: middleware_automation.keycloak.keycloak_realm
keycloak_realm: TestRealm