infrastructure/ansible/roles/intersect_docker/tasks/main.yml
Jake Howard 0355b6b214
Remove jellyfin docker config
It'll be replaced by something else later, don't worry.
2021-01-09 17:17:12 +00:00

27 lines
437 B
YAML

- name: Install calibre
include: calibre.yml
- name: Install gotify
include: gotify.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 tt-rss
include: tt-rss.yml
- name: Install wallabag
include: wallabag.yml
- name: Install whoami
include: whoami.yml