Update LLDAP.yml

This commit is contained in:
timewarrener 2025-06-08 23:50:12 -04:00
parent faf9b76b48
commit e695e8ca03

View File

@ -8,7 +8,7 @@
tls: true
tls_hostname: "{{ ansible_host }}"
validate_certs: true
client_cert: "{{ TLS_CERT }}"
client_key: "{{ TLS_KEY }}"
ca_path: "{{ CA_CERT }}"
client_cert: "{{ lookup('env','TLS_CERT') }}"
client_key: "{{ lookup('env','TLS_KEY') }}"
ca_path: "{{ lookup('env','CA_CERT') }}"
state: present