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

42 lines
689 B
YAML
Raw Normal View History

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 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-30 21:45:03 +01:00
- name: Install jellyfin
include: jellyfin.yml
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 nextcloud
include: nextcloud.yml
2020-02-09 12:43:38 +00:00
2020-02-09 13:19:45 +00:00
- name: Install quassel
include: quassel.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 tt-rss
include: tt-rss.yml
2020-03-15 14:34:28 +00:00
- name: Install wallabag
include: wallabag.yml
- name: Install web-rng
include: web-rng.yml
2020-04-11 17:23:28 +01:00
- name: Install whoami
include: whoami.yml