diff --git a/LLDAP.yml b/LLDAP.yml index 9e2661a..eabb4e5 100644 --- a/LLDAP.yml +++ b/LLDAP.yml @@ -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') }}"