mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-22 15:08:47 +01:00
4 lines
278 B
YAML
4 lines
278 B
YAML
docker_compose_project_name: "ldap"
|
|
ldap_root: "dc={{primary_domain_sld}},dc={{primary_domain_tld}}"
|
|
ldap_admin_dn: "cn={{ldap_administrator_username}},{{ldap_root}}"
|
|
cert_mount_directory: "{{docker_compose_instance_directory}}/certs/" |