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

@@ -0,0 +1 @@
# General Construction Tasks

View File

@@ -3,9 +3,9 @@
{% if database_type | bool %}
{% raw %}
- name: "include svc-rdbms-central"
- name: "load docker and db for {{application_id}}"
include_role:
name: svc-rdbms-central
name: cmp-db-docker
when: run_once_docker_{% endraw %}{{ application_id }}{% raw %} is not defined
{% endraw %}