2025-01-10 17:42:44 +01:00
|
|
|
---
|
2025-02-04 18:14:37 +01:00
|
|
|
- name: "include docker-central-database"
|
|
|
|
include_role:
|
|
|
|
name: docker-central-database
|
2025-01-10 17:42:44 +01:00
|
|
|
|
2025-02-19 02:00:41 +01:00
|
|
|
- name: "include role nginx-domain-setup for {{application_id}}"
|
2025-02-21 05:46:42 +01:00
|
|
|
include_role:
|
2025-02-19 02:00:41 +01:00
|
|
|
name: nginx-domain-setup
|
2025-02-21 05:46:42 +01:00
|
|
|
vars:
|
|
|
|
domain: "{{ domains[application_id] }}"
|
|
|
|
http_port: "{{ ports.localhost.http[application_id] }}"
|
2025-01-10 17:42:44 +01:00
|
|
|
|
2025-02-06 23:59:53 +01:00
|
|
|
- name: "copy docker-compose.yml and env file"
|
|
|
|
include_tasks: copy-docker-compose-and-env.yml
|