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).
This commit is contained in:
9
roles/jellyfin/tasks/main.yml
Normal file
9
roles/jellyfin/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- block:
|
||||
- import_tasks: install.yml
|
||||
tags:
|
||||
- install
|
||||
- import_tasks: deploy.yml
|
||||
- import_tasks: httpd-proxy.yml
|
||||
tags:
|
||||
- jellyfin
|
||||
|
||||
Reference in New Issue
Block a user