mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-03-10 12:11:44 +01:00
feat: keycloak & ldap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user