feat: Jellyfin
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user