summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-cm4-test.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
commitb624aeb2dca95f26c24a8d96b425fcb0b9153f39 (patch)
tree94b1ed289b6a14aa59598e8bce5e8d85ab35ae53 /chaos-at-home/ch-cm4-test.yml
parentsome more tweasks for raspi based kodi (diff)
add role for kodi standalone deployments
Diffstat (limited to 'chaos-at-home/ch-cm4-test.yml')
-rw-r--r--chaos-at-home/ch-cm4-test.yml15
1 files changed, 5 insertions, 10 deletions
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