Different little optimations

This commit is contained in:
2025-07-17 04:23:05 +02:00
parent 1bdfb71f2f
commit bfc42ce2ac
13 changed files with 22 additions and 21 deletions

View File

@@ -19,7 +19,7 @@
- name: create docker network for LDAP, so that other applications can access it
docker_network:
name: "{{ applications | get_app_conf(application_id, 'network', True) }}"
name: "{{ openldap_network }}"
state: present
ipam_config:
- subnet: "{{ networks.local[application_id].subnet }}"