Update LLDAP.yml

This commit is contained in:
timewarrener 2025-06-09 00:06:25 -04:00
parent 5d267d5a84
commit 39c5e5cf37

View File

@ -5,7 +5,7 @@
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "./LLDAP" project_src: "./LLDAP"
docker_host: "tcp://{{ ansible_host }}:2376" docker_host: "tcp://{{ ansible_host }}:2376"
tls: true #tls: true
tls_hostname: "{{ ansible_host }}" tls_hostname: "{{ ansible_host }}"
validate_certs: true validate_certs: true
client_cert: "{{ lookup('env','TLS_CERT') }}" client_cert: "{{ lookup('env','TLS_CERT') }}"