Update LLDAP.yml
This commit is contained in:
parent
faf9b76b48
commit
e695e8ca03
@ -8,7 +8,7 @@
|
|||||||
tls: true
|
tls: true
|
||||||
tls_hostname: "{{ ansible_host }}"
|
tls_hostname: "{{ ansible_host }}"
|
||||||
validate_certs: true
|
validate_certs: true
|
||||||
client_cert: "{{ TLS_CERT }}"
|
client_cert: "{{ lookup('env','TLS_CERT') }}"
|
||||||
client_key: "{{ TLS_KEY }}"
|
client_key: "{{ lookup('env','TLS_KEY') }}"
|
||||||
ca_path: "{{ CA_CERT }}"
|
ca_path: "{{ lookup('env','CA_CERT') }}"
|
||||||
state: present
|
state: present
|
||||||
Loading…
x
Reference in New Issue
Block a user