feat: Jellyfin

This commit is contained in:
Lino Silva
2025-05-09 16:55:40 +01:00
parent e0eeab18d0
commit 73db11b853
14 changed files with 141 additions and 62 deletions
+27
View File
@@ -0,0 +1,27 @@
---
- hosts: localhost
become: yes
roles:
- role: 42-jellyfin/provision/delete
vars:
vmid: 642
- role: 42-jellyfin/provision/create
vars:
vmid: 642
- role: 42-jellyfin/provision/start
vars:
vmid: 642
- hosts: purah
become: yes
roles:
- role: 42-jellyfin/enable-ssh
vars:
vmid: 642
- hosts: jellyfin
become: yes
roles:
- role: 42-jellyfin/update
- role: 42-jellyfin/install-docker
- role: 42-jellyfin/install-app