Update LLDAP.yml

This commit is contained in:
timewarrener 2025-06-22 01:39:12 -04:00
parent 7192eaa5c3
commit eb8c17c136

View File

@ -6,7 +6,7 @@
project_src: "./LLDAP"
#docker_cli: "/usr/local/bin/docker"
docker_host: "tcp://{{ inventory_hostname }}:2376"
#tls: true
tls: true
tls_hostname: "{{ inventory_hostname }}"
#validate_certs: true
client_cert: "{{ lookup('env','TLS_CERT') }}"