feat(ldap-user-backend): add role for managing ldap user backend in nextcloud
This commit is contained in:
19
roles/ldap-user-backend/defaults/main.yml
Normal file
19
roles/ldap-user-backend/defaults/main.yml
Normal 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"
|
Reference in New Issue
Block a user