Decoupeld database, docker and proxy

This commit is contained in:
2025-07-09 14:21:30 +02:00
parent 73329506a9
commit c9c73cbdb2
55 changed files with 386 additions and 103 deletions

View File

@@ -1,4 +1,5 @@
---
- name: "include docker-compose role"
include_role:
name: docker-compose
@@ -23,6 +24,14 @@
ipam_config:
- subnet: "{{ networks.local.central_ldap.subnet }}"
- name: "Wait for LDAP to be available"
wait_for:
host: "127.0.0.1"
port: "{{ ports.localhost.ldap.openldap }}"
delay: 5
timeout: 120
state: started
- name: "Reset LDAP admin passwords"
include_tasks: reset_admin_passwords.yml
when: applications[application_id].network.local