infrastructure/ansible/roles/intersect_docker/tasks/main.yml
2020-10-09 23:11:53 +01:00

30 lines
487 B
YAML

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