Added fusion directory draft

This commit is contained in:
2025-04-08 17:58:06 +02:00
parent adecee43ec
commit 1be413f20d
7 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
- name: "include docker-compose role"
include_role:
name: docker-compose
- name: "include role nginx-domain-setup for {{application_id}}"
include_role:
name: nginx-domain-setup
vars:
domain: "{{ domains[application_id] }}"
http_port: "{{ ports.localhost.http[application_id] }}"
- name: "copy docker-compose.yml and env file"
include_tasks: copy-docker-compose-and-env.yml