Update LLDAP.yml
This commit is contained in:
parent
39c5e5cf37
commit
bcd43fe660
@ -7,7 +7,7 @@
|
|||||||
docker_host: "tcp://{{ ansible_host }}:2376"
|
docker_host: "tcp://{{ ansible_host }}:2376"
|
||||||
#tls: true
|
#tls: true
|
||||||
tls_hostname: "{{ ansible_host }}"
|
tls_hostname: "{{ ansible_host }}"
|
||||||
validate_certs: true
|
#validate_certs: true
|
||||||
client_cert: "{{ lookup('env','TLS_CERT') }}"
|
client_cert: "{{ lookup('env','TLS_CERT') }}"
|
||||||
client_key: "{{ lookup('env','TLS_KEY') }}"
|
client_key: "{{ lookup('env','TLS_KEY') }}"
|
||||||
ca_path: "{{ lookup('env','CA_CERT') }}"
|
ca_path: "{{ lookup('env','CA_CERT') }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user