public-health-ch/ansible/roles/web/tasks/main.yaml

19 lines
205 B
YAML
Raw Normal View History

2017-04-24 12:22:51 +00:00
---
- include: nginx.yaml
tags:
- nginx
- setup
- include: install.yaml
tags:
- install
- docker
- setup
2017-04-24 16:09:26 +00:00
- include: frontend.yaml
tags:
- frontend
- nodejs
- setup