feat(ldap-user-backend): add role for managing ldap user backend in nextcloud

This commit is contained in:
2021-10-16 15:01:14 +02:00
parent ea33ee5ea7
commit e46c687b89
9 changed files with 280 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is http
include_tasks: load_config_http.yml
when: nc_ldap_api_method == 'http'
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is occ
include_tasks: load_config_occ.yml
when: nc_ldap_api_method == 'occ'