Files
configpolicy/roles/jellyfin/tasks/main.yml
Dustin C. Hatch a2b3f9b5b9 jellyfin: Deploy Jellyfin media server
Jellyfin is a multimedia library manager. Clients can browse and stream
music, movies, and TV shows from the server and play them locally
(including in the browser).
2023-09-12 13:38:35 -05:00

10 lines
148 B
YAML

- block:
- import_tasks: install.yml
tags:
- install
- import_tasks: deploy.yml
- import_tasks: httpd-proxy.yml
tags:
- jellyfin