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:
12
roles/jellyfin/tasks/install.yml
Normal file
12
roles/jellyfin/tasks/install.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: ensure podman is installed
|
||||
package:
|
||||
name:
|
||||
- container-selinux
|
||||
- podman
|
||||
state: present
|
||||
|
||||
- name: ensure jellyfin container image is present
|
||||
podman_image:
|
||||
name: '{{ jellyfin_container_image }}:{{ jellyfin_version }}'
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user