28 lines
510 B
YAML
28 lines
510 B
YAML
---
|
|
- 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
|