This commit is contained in:
havelight-ee
2023-02-06 15:01:53 +09:00
commit 2b70528618
1022 changed files with 119427 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
# name of the realm to create, this is a required variable
keycloak_realm: Exem
# other settings
keycloak_url: "http://{{ ansible_default_ipv4.address }}:{{ keycloak_http_port }}"
keycloak_management_url: "http://{{ ansible_default_ipv4.address }}:{{ keycloak_management_http_port }}"