add module for ldap configuration
This commit is contained in:
parent
5d34a1637f
commit
11d1a026aa
3 changed files with 176 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue