Solved bugs for not to internet exposed ldap

This commit is contained in:
2025-02-06 17:15:33 +01:00
parent f5c9c3edba
commit 31ee369a90
4 changed files with 10 additions and 2 deletions

View File

@@ -19,6 +19,11 @@
state: absent
when: not applications.ldap.openldap.expose_to_internet | bool
- name: create docker network for LDAP, so that other applications can access it
docker_network:
name: central_ldap
state: present
- name: "create {{docker_compose.files.docker_compose}}"
template:
src: "docker-compose.yml.j2"