mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
16 lines
448 B
YAML
16 lines
448 B
YAML
---
|
|
- name: "include docker-central-database"
|
|
include_role:
|
|
name: docker-central-database
|
|
|
|
- name: "include create-domains.yml for peertube"
|
|
include_tasks: create-domains.yml
|
|
loop: "{{ [domains.peertube] + domains.peertube_alternates }}"
|
|
loop_control:
|
|
loop_var: domain
|
|
vars:
|
|
http: "{{ ports.localhost.http[application_id] }}"
|
|
|
|
- name: "copy docker-compose.yml and env file"
|
|
include_tasks: copy-docker-compose-and-env.yml
|