summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-01 19:35:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-01 19:35:36 +0200
commitc11a6871836d1baab0aa007b496e3d2c658eb2ac (patch)
tree98197931b9ec065b8d3738e52cae3468dd836021 /inventory
parentmpv-headless: go back to using video= kernel command line option (diff)
mpv-headless: add simple ssh control interface
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ele-tarvos.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml
index a1f206d4..e1fee7bc 100644
--- a/inventory/host_vars/ele-tarvos.yml
+++ b/inventory/host_vars/ele-tarvos.yml
@@ -37,6 +37,9 @@ network:
base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+sshd_allowusers_host:
+ - player
+
apt_repo_components:
- main
@@ -54,3 +57,5 @@ mpv_headless_media_storage:
#mpv_headless_audio_device: "alsa/default"
mpv_headless_audio_device: "alsa/hdmi"
mpv_headless_video_mode: "1920x1080@50"
+
+mpv_headless_ssh_keys: "{{ users.equinox.ssh }}"