Update LLDAP.yml
This commit is contained in:
parent
bcd43fe660
commit
67aaf082ef
@ -4,9 +4,9 @@
|
||||
- name: Starting LLDAP
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "./LLDAP"
|
||||
docker_host: "tcp://{{ ansible_host }}:2376"
|
||||
docker_host: "tcp://{{ inventory_hostname }}:2376"
|
||||
#tls: true
|
||||
tls_hostname: "{{ ansible_host }}"
|
||||
tls_hostname: "{{ inventory_hostname }}"
|
||||
#validate_certs: true
|
||||
client_cert: "{{ lookup('env','TLS_CERT') }}"
|
||||
client_key: "{{ lookup('env','TLS_KEY') }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user