Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 94d9604

Browse files
committed
experimenting
1 parent f84255a commit 94d9604

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.ansible/templates/docker-compose.yaml.j2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ services:
88
volumes:
99
- /etc/localtime:/etc/localtime
1010
- {{ ssl_cert_dir }}/:/etc/ssl/certs/
11-
- {{ config_dir }}/certs/:/container/service/ldap-client/assets/certs
11+
#- {{ config_dir }}/certs/:/container/service/ldap-client/assets/certs
12+
- {{ ssl_cert_dir }}:/container/service/ldap-client/assets/certs
1213
environment:
1314
PHPLDAPADMIN_HTTPS: 'false'
1415
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'true'
1516
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: demand
16-
PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME: custom_ca.crt
17-
#PHPLDAPADMIN_LDAP_CLIENT_TLS_CRT_FILENAME: custom_ldap.crt
18-
#PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME: custom_ldap.key
17+
PHPLDAPADMIN_LDAP_CLIENT_TLS_CA_CRT_FILENAME: {{ ssl_cert_filename }}
1918
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'{{ domain }}': [{'server': [{'tls': True}, {'port': 389}]}, {'login': [{'bind_id': 'cn=admin,dc=diesel,dc=net'}, {'bind_pass': '{{ admin_password }}'}]}, {'auto_number': [{'min': [1000, 500] }]}]}]"
2019
command: >
2120
--loglevel debug

0 commit comments

Comments
 (0)