LLDAP/LLDAP.yml
2025-05-31 19:54:55 -04:00

14 lines
426 B
YAML

- 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