feat: add ldap provisioning to nextcloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
700cafed0e
commit
59d0174905
3 changed files with 67 additions and 1 deletions
|
|
@ -70,6 +70,10 @@
|
|||
ansible.builtin.include_tasks: collabora.yml
|
||||
when: nextcloud_enable_collabora
|
||||
|
||||
- name: Configure LDAP backend
|
||||
ansible.builtin.include_tasks: ldap.yml
|
||||
when: nextcloud_ldap_enabled
|
||||
|
||||
- name: Configure OIDC providers
|
||||
ansible.builtin.include_tasks: oidc.yml
|
||||
when: nextcloud_oidc_providers | length > 0 or nextcloud_oidc_providers_removed | length > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue