Update LLDAP.yml
This commit is contained in:
parent
faf9b76b48
commit
e695e8ca03
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user