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

71 lines
1.2 KiB
YAML
Raw Normal View History

2020-01-28 21:32:29 +00:00
- name: Include docker variables
include_vars: docker.yml
2020-04-11 17:23:28 +01:00
# Applications
2020-01-28 22:02:02 +00:00
2020-04-11 17:23:28 +01:00
- name: Install calibre
include: calibre.yml
2020-01-28 22:15:14 +00:00
2020-04-11 17:23:28 +01:00
- name: Install duplicati
include: duplicati.yml
2020-01-30 13:35:10 +00:00
- name: Install emby
include: emby.yml
2020-01-30 13:43:28 +00:00
2020-04-11 17:23:28 +01:00
- name: Install folding-at-home
include: folding-at-home.yml
- name: Install gitea
include: gitea.yml
2020-02-02 20:22:23 +00:00
- name: Install gotify
include: gotify.yml
2020-02-02 21:10:29 +00:00
2020-04-11 17:23:28 +01:00
- name: Install librespeed
include: librespeed.yml
2020-02-07 08:57:48 +00:00
2020-04-11 17:23:28 +01:00
- name: Install netdata
include: netdata.yml
2020-02-07 13:49:13 +00:00
2020-04-11 17:23:28 +01:00
- name: Install nextcloud
include: nextcloud.yml
2020-02-09 12:43:38 +00:00
2020-04-11 17:23:28 +01:00
- name: Install pihole
include: pihole.yml
2020-02-09 13:06:10 +00:00
2020-02-09 13:19:45 +00:00
- name: Install quassel
include: quassel.yml
2020-02-09 14:15:46 +00:00
2020-04-11 17:23:28 +01:00
- name: Install statping
include: statping.yml
2020-02-09 14:15:46 +00:00
- name: Install synapse
include: synapse.yml
2020-02-09 15:48:22 +00:00
- name: Install todoist-github
include: todoist-github.yml
2020-02-14 21:26:15 +00:00
2020-04-11 17:23:28 +01:00
- name: Install torrent
include: torrent.yml
2020-03-08 15:13:44 +00:00
2020-04-11 17:23:28 +01:00
- name: Install theorangeone.net
include: theorangeone.net.yml
2020-03-08 16:41:13 +00:00
2020-04-11 17:23:28 +01:00
- name: Install traefik
include: traefik.yml
- name: Install tt-rss
include: tt-rss.yml
2020-03-15 14:34:28 +00:00
- name: Install wallabag
include: wallabag.yml
2020-04-11 17:23:28 +01:00
- name: Install watchtower
include: watchtower.yml
2020-04-10 11:31:01 +01:00
2020-04-11 17:23:28 +01:00
- name: Install whoami
include: whoami.yml
- name: Install yourls
include: yourls.yml