Added ldap roles draft

This commit is contained in:
2025-02-11 16:19:08 +01:00
parent 2a2d70e4da
commit e193e92443
6 changed files with 71 additions and 126 deletions

View File

@@ -43,4 +43,14 @@
mode: '770'
force: yes
notify: docker compose project setup
when: applications.ldap.webinterface == 'lam'
when: applications.ldap.webinterface == 'lam'
- name: flush docker service
meta: flush_handlers
- name: "create {{groups_ldif_host_path}}"
template:
src: "groups.ldif.j2"
dest: "{{groups_ldif_host_path}}"
mode: '770'
notify: Import missing groups to OpenLDAP