diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-05-12 16:56:09 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-05-12 16:56:09 +0200 |
commit | 742402b62b5eaab8ea11c30dc225922fa9b48f8b (patch) | |
tree | 3f2e81af2f7320e5eed5c31d023792260be04b56 | |
parent | ubuntu-installer fixes (diff) |
base install for gstreamer decklink tests
-rw-r--r-- | inventory/host_vars/ch-calypso.yml | 19 | ||||
-rw-r--r-- | roles/streaming/mpv-headless/tasks/main.yml | 1 |
2 files changed, 1 insertions, 19 deletions
diff --git a/inventory/host_vars/ch-calypso.yml b/inventory/host_vars/ch-calypso.yml index 05a408d5..e5f1dfb6 100644 --- a/inventory/host_vars/ch-calypso.yml +++ b/inventory/host_vars/ch-calypso.yml @@ -16,24 +16,5 @@ network: - *_network_primary_ -spreadspace_apt_repo_components: - - container - - blackmagic_desktopvideo_version: 12.5a15 blackmagic_desktopvideo_include_gui: yes - - -containerd_storage: - type: lvm - vg: "{{ host_name }}" - lv: containerd - size: 7G - fs: ext4 - -kubelet_storage: - type: lvm - vg: "{{ host_name }}" - lv: kubelet - size: 5G - fs: ext4 diff --git a/roles/streaming/mpv-headless/tasks/main.yml b/roles/streaming/mpv-headless/tasks/main.yml index ad244299..225c10e0 100644 --- a/roles/streaming/mpv-headless/tasks/main.yml +++ b/roles/streaming/mpv-headless/tasks/main.yml @@ -16,6 +16,7 @@ - vainfo - va-driver-all - firmware-linux + - drm-info state: present - name: install non-free vaapi drivers for intel |