mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
In between commit LDAP integration
This commit is contained in:
5
roles/docker-ldap/vars/main.yml
Normal file
5
roles/docker-ldap/vars/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
docker_compose_project_name: "ldap"
|
||||
database_type: "postgres"
|
||||
database_password: "{{ldap_database_password}}"
|
||||
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
||||
ldap_admin_dm: "cn={{ldap_administrator_username}},{{ldap_root}}"
|
Reference in New Issue
Block a user