infrastructure/ansible/roles/docker/tasks/main.yml
2020-01-30 13:20:31 +00:00

21 lines
360 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
- name: Install portainer
include: portainer.yml
- name: Install dnsmasq
include: dnsmasq.yml
- name: Install whoami
include: whoami.yml