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

51 lines
830 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
2020-01-28 22:15:14 +00:00
- name: Install dnsmasq
include: dnsmasq.yml
2020-01-30 13:20:31 +00:00
- name: Install whoami
include: whoami.yml
2020-01-30 13:35:10 +00:00
- name: Install emby
include: emby.yml
2020-01-30 13:43:28 +00:00
- name: Install librespeed
include: librespeed.yml
2020-02-02 20:22:23 +00:00
- name: Install gotify
include: gotify.yml
2020-02-02 21:10:29 +00:00
- name: Install traefik
include: traefik.yml
2020-02-05 20:37:01 +00:00
- name: Install calibre
include: calibre.yml
2020-02-07 08:57:48 +00:00
- name: Install gitea
include: gitea.yml
2020-02-07 13:49:13 +00:00
- name: Install yourls
include: yourls.yml
2020-02-09 12:43:38 +00:00
- name: Install tt-rss
include: tt-rss.yml
2020-02-09 13:06:10 +00:00
- name: Install torrent
include: torrent.yml
2020-02-09 13:19:45 +00:00
- name: Install quassel
include: quassel.yml