mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
15 lines
407 B
YAML
15 lines
407 B
YAML
---
|
|
- name: "include docker/compose/database.yml"
|
|
include_tasks: docker/compose/database.yml
|
|
|
|
- name: "include tasks nginx-docker-proxy-domain.yml"
|
|
include_tasks: nginx-docker-proxy-domain.yml
|
|
|
|
- name: "include tasks update-repository-with-files.yml"
|
|
include_tasks: update-repository-with-files.yml
|
|
vars:
|
|
detached_files:
|
|
- .env
|
|
- docker-compose.yml
|
|
- docker-compose-inits.yml
|