- name: LLDAP hosts: docker1.exnetwork.org tasks: - name: Starting LLDAP community.docker.docker_compose_v2: project_src: "./LLDAP" docker_host: "tcp://{{ ansible_host }}:2376" tls: true tls_hostname: "{{ ansible_host }}" validate_certs: true client_cert: "{{ TLS_CERT }}" client_key: "{{ TLS_KEY }}" ca_path: "{{ CA_CERT }}" state: present