Update docs for 1.1.0

This commit is contained in:
github-actions 2023-01-09 08:45:13 +00:00
commit 668e908307
66 changed files with 21858 additions and 0 deletions

View file

@ -0,0 +1,28 @@
---
- name: Playbook for Keycloak Hosts
hosts: all
vars:
keycloak_admin_password: "remembertochangeme"
keycloak_realm: TestRealm
keycloak_clients:
- name: TestClient1
client_id: TestClient1
roles:
- TestClient1Admin
- TestClient1User
realm: "{{ keycloak_realm }}"
public_client: True
web_origins:
- http://testclient1origin/application
- http://testclient1origin/other
users:
- username: TestUser
password: password
client_roles:
- client: TestClient1
role: TestClient1User
realm: "{{ keycloak_realm }}"
collections:
- middleware_automation.keycloak
roles:
- keycloak_realm