mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
14 lines
471 B
YAML
14 lines
471 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-docker-compose.yml"
|
|
include_tasks: update-repository-with-docker-compose.yml
|
|
|
|
- name: configure run.env
|
|
template: src=run.env.j2 dest={{docker_compose_instance_directory}}/env/run.env
|
|
notify: docker compose project setup
|