2022-11-17 14:47:25 +01:00
|
|
|
---
|
2025-02-04 18:14:37 +01:00
|
|
|
- name: "include docker-central-database"
|
|
|
|
include_role:
|
|
|
|
name: docker-central-database
|
2024-01-03 20:17:55 +01:00
|
|
|
|
2025-02-21 08:59:07 +01:00
|
|
|
- name: "include create-domains.yml for peertube"
|
2023-12-12 01:44:37 +01:00
|
|
|
include_tasks: create-domains.yml
|
2025-02-21 08:59:07 +01:00
|
|
|
loop: "{{ [domains.peertube] + domains.peertube_alternates }}"
|
2023-12-12 01:44:37 +01:00
|
|
|
loop_control:
|
|
|
|
loop_var: domain
|
2025-02-21 08:59:07 +01:00
|
|
|
vars:
|
|
|
|
http: "{{ ports.localhost.http[application_id] }}"
|
2023-12-31 11:14:18 +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
|