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 b1a1daf955
commit 0b25968d5d
3 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
nc_ldap_api_instance_url: http://localhost
nc_ldap_api_basic_auth_user:
nc_ldap_api_basic_auth_password:
nc_ldap_config_id: s01
nc_ldap_config_host: 127.0.0.1
nc_ldap_config_port: 389
nc_ldap_config_backup_host: ~
nc_ldap_config_backup_port: ~
nc_ldap_config_base_dn:
nc_ldap_config_base_dn_users:
nc_ldap_config_base_dn_groups:
nc_ldap_config_agent_name:
nc_ldap_config_agent_password:
nc_ldap_meta_http_agent: "ansible-httpget/finallycoffee.nextcloud.ldap-user-backend"