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

Commit 8917e61

Browse files
committed
disable other certs
1 parent 2c57216 commit 8917e61

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.ansible/deploy.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
dest: '{{ config_dir }}/certs/custom_ca.crt'
2323
become: yes
2424

25-
- name: 'Render ldap.crt.j2 to {{ config_dir }}/certs/custom_ldap.crt'
26-
template:
27-
src: ldap.crt.j2
28-
dest: '{{ config_dir }}/certs/custom_ldap.crt'
29-
become: yes
30-
31-
- name: 'Render ldap.key.j2 to {{ config_dir }}/certs/custom_ldap.key'
32-
template:
33-
src: ldap.key.j2
34-
dest: '{{ config_dir }}/certs/custom_ldap.key'
35-
become: yes
25+
# - name: 'Render ldap.crt.j2 to {{ config_dir }}/certs/custom_ldap.crt'
26+
# template:
27+
# src: ldap.crt.j2
28+
# dest: '{{ config_dir }}/certs/custom_ldap.crt'
29+
# become: yes
30+
31+
# - name: 'Render ldap.key.j2 to {{ config_dir }}/certs/custom_ldap.key'
32+
# template:
33+
# src: ldap.key.j2
34+
# dest: '{{ config_dir }}/certs/custom_ldap.key'
35+
# become: yes
3636

3737
- include_role:
3838
name: docker

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'true'
1515
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: demand
1616
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_CRT_FILENAME: custom_ldap.crt
18+
#PHPLDAPADMIN_LDAP_CLIENT_TLS_KEY_FILENAME: custom_ldap.key
1919
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] }]}]}]"
2020
command: >
2121
--loglevel debug

0 commit comments

Comments
 (0)