mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added ldap roles draft
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user