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

@@ -35,6 +35,16 @@
name: nginx
state: restarted
- name: restart ldap
systemd:
name: ldap
state: restarted
- name: restart slapd
systemd:
name: slapd
state: restarted
- name: daemon reload
systemd:
daemon-reload: yes