feat: keycloak & ldap

This commit is contained in:
2023-01-14 08:02:39 +01:00
parent 90b529fb32
commit 4b487106c8
10 changed files with 187 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
- name: cerbot letsencrypt standalone
include: letsencrypt.yaml
- name: Create data-dir
file:
name: /data/
@@ -40,7 +43,7 @@
status_code: 200
body_format: json
register: result
until: result.json.status == "UP"
until: result.status and result.json.status == "UP"
retries: 10
delay: 20
@@ -66,3 +69,9 @@
frontchannel_logout: False
protocol: openid-connect
with_items: "{{ keycloak_clients.keys() | list }}"
- name: Keycloak User federation (ldap-provider)
include: keycloak-ldap-provider.yaml
- name: Include LDAP setup
include: ldap.yaml