feat: add ldap provisioning to nextcloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-13 10:46:49 +01:00
parent 700cafed0e
commit 59d0174905
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 67 additions and 1 deletions

View file

@ -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