infrastructure/ansible/roles/intersect-docker/tasks/main.yml
Jake Howard 67dfe6a8a0
Remove todoist-github
It's got some pretty big bugs, and isn't running anyway
2020-08-22 12:01:24 +01:00

39 lines
627 B
YAML

- name: Install calibre
include: calibre.yml
- name: Install gitea
include: gitea.yml
- name: Install gotify
include: gotify.yml
- name: Install jellyfin
include: jellyfin.yml
- name: Install librespeed
include: librespeed.yml
- name: Install nextcloud
include: nextcloud.yml
- name: Install quassel
include: quassel.yml
- name: Install synapse
include: synapse.yml
- name: Install torrent
include: torrent.yml
- name: Install tt-rss
include: tt-rss.yml
- name: Install wallabag
include: wallabag.yml
- name: Install web-rng
include: web-rng.yml
- name: Install whoami
include: whoami.yml