Update LLDAP.yml
This commit is contained in:
parent
5d267d5a84
commit
39c5e5cf37
@ -5,7 +5,7 @@
|
|||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
project_src: "./LLDAP"
|
project_src: "./LLDAP"
|
||||||
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') }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user