Update LLDAP.yml

This commit is contained in:
timewarrener 2025-06-09 00:07:18 -04:00
parent 39c5e5cf37
commit bcd43fe660

View File

@ -7,7 +7,7 @@
docker_host: "tcp://{{ ansible_host }}:2376"
#tls: true
tls_hostname: "{{ ansible_host }}"
validate_certs: true
#validate_certs: true
client_cert: "{{ lookup('env','TLS_CERT') }}"
client_key: "{{ lookup('env','TLS_KEY') }}"
ca_path: "{{ lookup('env','CA_CERT') }}"