summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-01 17:33:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-01 17:33:51 +0200
commit23ecb54d0b05404997ec2f9c08c02551196bffa1 (patch)
tree40b8b8446b537f570e37c7591bc14e4c5e17b22d /dan
parentele-media: upgrade kubernetes to 1.29.3 (diff)
add streaming/mpv-headless role (needs more testing)
Diffstat (limited to 'dan')
-rw-r--r--dan/ele-tarvos.yml15
1 files changed, 1 insertions, 14 deletions
diff --git a/dan/ele-tarvos.yml b/dan/ele-tarvos.yml
index f665de63..d034d970 100644
--- a/dan/ele-tarvos.yml
+++ b/dan/ele-tarvos.yml
@@ -12,17 +12,4 @@
- name: Payload Setup
hosts: ele-tarvos
roles:
- - role: apt-repo/spreadspace
- - role: ws/base
- - role: core/admin-users
- post_tasks:
- - name: install script to play videos fullscreen
- copy:
- dest: /usr/local/bin/play-video.sh
- mode: 0755
- content: |
- #!/bin/bash
-
- export DISPLAY=:0.0
- exec mpv --vo=gpu --keep-open=yes --fs --osd-level=0 \
- --term-status-msg='${?pause==yes:(Paused) }${time-remaining} ${time-pos} / ${duration} (${percent-pos}%) A-V: ${avsync}' "$@"
+ - role: streaming/mpv-headless