infrastructure/ansible/roles/docker/tasks/main.yml

15 lines
266 B
YAML
Raw Normal View History

2020-01-28 21:32:29 +00:00
- name: Include docker variables
include_vars: docker.yml
- name: Install Docker
include: setup-docker.yml
2020-01-28 21:50:29 +00:00
- name: Install netdata
include: netdata.yml
- name: Install watchtower
include: watchtower.yml
2020-01-28 22:02:02 +00:00
- name: Install portainer
include: portainer.yml