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

20 lines
211 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
- include: manage.yaml
tags:
- manage
- docker
- setup
- run