automation/deployer/roles/deploy/tasks/deploy.yml
2020-05-07 08:17:17 +02:00

11 lines
238 B
YAML

# Needs variables:
# - site: dict describing the site install (cf group_vars/all/vars.yml)
- name: Include nginx tasks
include_tasks: nginx.yml
tags: nginx
- name: Include docker tasks
include_tasks: docker.yml
tags: docker