public-health-ch/ansible/roles/web/tasks/main.yaml
2017-04-26 15:37:15 +02:00

22 lines
252 B
YAML

---
- include: nginx.yaml
tags:
- nginx
- setup
- include: install.yaml
tags:
- install
- docker
- setup
- include: frontend.yaml
tags:
- frontend
- nodejs
- setup
- include: release.yaml
tags:
- release