mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 00:44:48 +00:00
docs: update sample keycloak_realm playbook
This commit is contained in:
@@ -3,14 +3,13 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_admin_password: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
|
||||||
keycloak_clients:
|
keycloak_clients:
|
||||||
- name: TestClient1
|
- name: TestClient1
|
||||||
client_id: TestClient1
|
client_id: TestClient1
|
||||||
roles:
|
roles:
|
||||||
- TestClient1Admin
|
- TestClient1Admin
|
||||||
- TestClient1User
|
- TestClient1User
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: TestRealm
|
||||||
public_client: True
|
public_client: True
|
||||||
web_origins:
|
web_origins:
|
||||||
- http://testclient1origin/application
|
- http://testclient1origin/application
|
||||||
@@ -21,6 +20,7 @@
|
|||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient1
|
- client: TestClient1
|
||||||
role: TestClient1User
|
role: TestClient1User
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: TestRealm
|
||||||
roles:
|
roles:
|
||||||
- middleware_automation.keycloak.keycloak_realm
|
- name: middleware_automation.keycloak.keycloak_realm
|
||||||
|
keycloak_realm: TestRealm
|
||||||
|
|||||||
Reference in New Issue
Block a user