feat(jellyfin): add podman as deployment method

This commit is contained in:
2025-02-14 22:26:48 +01:00
parent 1e234bf68b
commit 05145b3b21
5 changed files with 59 additions and 22 deletions

View File

@ -2,6 +2,7 @@
jellyfin_user: jellyfin
jellyfin_version: "10.10.5"
jellyfin_state: present
jellyfin_deployment_method: docker
jellyfin_base_path: /opt/jellyfin
jellyfin_config_path: "{{ jellyfin_base_path }}/config"