From b624aeb2dca95f26c24a8d96b425fcb0b9153f39 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 11 Sep 2022 22:49:49 +0200 Subject: add role for kodi standalone deployments --- chaos-at-home/ch-cm4-test.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'chaos-at-home/ch-cm4-test.yml') diff --git a/chaos-at-home/ch-cm4-test.yml b/chaos-at-home/ch-cm4-test.yml index 467c0baf..2726fc07 100644 --- a/chaos-at-home/ch-cm4-test.yml +++ b/chaos-at-home/ch-cm4-test.yml @@ -7,6 +7,11 @@ - role: core/sshd/base - role: core/zsh - role: core/ntp + +- name: Payload Setup + hosts: ch-cm4-test + roles: + - role: kodi/standalone post_tasks: - name: mount fileserver volumes mount: @@ -15,13 +20,3 @@ fstype: nfs4 opts: nodev,x-systemd.automount,nofail,ro state: mounted -#### -## $ apt install kodi libgl1-mesa-dri udisks2 -## $ apt install git make -## $ git clone --depth 1 https://github.com/graysky2/kodi-standalone-service -## $ cd kodi-standalone-service -## $ make install -## $ systemd-sysusers -## $ systemd-tmpfiles --create -## $ systemctl enable kodi.service -## $ systemctl set-default graphical.target -- cgit v1.2.3