This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/tasks/deploy-common-service.yml

8 lines
309 B
YAML
Raw Normal View History

2023-06-13 20:49:27 +00:00
- import_tasks: steps/create-service-directory.yml
- import_tasks: steps/template-docker-compose.yml
- import_tasks: steps/template-service-env.yml
2023-12-04 15:47:00 +00:00
when: compose.env|default(False) == True
- include_tasks: steps/template-site-config.yml
when: svc.domain is defined
2023-06-17 10:00:18 +00:00
- import_tasks: steps/start-service.yml