15 lines
406 B
YAML
Raw Normal View History

2025-01-26 19:47:01 +01:00
---
2025-01-29 14:20:34 +01:00
- name: "include docker-compose role"
include_role:
name: docker-compose
2025-01-26 19:47:01 +01:00
- name: "include role nginx-domain-setup for {{application_id}}"
2025-02-21 05:46:42 +01:00
include_role:
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-26 19:47:01 +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