add module for ldap configuration

This commit is contained in:
psy 2021-12-21 09:00:44 +01:00
parent 5d34a1637f
commit 11d1a026aa
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5
3 changed files with 176 additions and 0 deletions

View file

@ -1,5 +1,13 @@
- import_tasks: base.yml
- name: configure ldap app
become: true
become_user: www-data
nextcloud_ldap:
config: "{{ nextcloud.ldap }}"
when:
- nextcloud.ldap.config
- include_tasks: groupfolders.yml
when:
- nextcloud.groupfolders