infrastructure/ansible/roles/docker/tasks/main.yml
Jake Howard c3959d43c6
Install watchtower
Also move file masks to config so they're consistent
2020-01-28 21:55:53 +00:00

12 lines
214 B
YAML

- name: Include docker variables
include_vars: docker.yml
- name: Install Docker
include: setup-docker.yml
- name: Install netdata
include: netdata.yml
- name: Install watchtower
include: watchtower.yml