2020-05-07 10:47:05 +00:00
|
|
|
---
|
2020-05-07 06:17:17 +00:00
|
|
|
# Needs variables:
|
|
|
|
# - site: dict describing the site install (cf group_vars/all/vars.yml)
|
|
|
|
|
|
|
|
- name: Include docker tasks
|
|
|
|
include_tasks: docker.yml
|
|
|
|
tags: docker
|
2020-05-07 10:47:05 +00:00
|
|
|
|
|
|
|
- name: Include nginx tasks
|
|
|
|
include_tasks: nginx.yml
|
|
|
|
tags: nginx
|