summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-cm4-test.yml30
-rw-r--r--inventory/host_vars/ch-cm4-test.yml2
2 files changed, 32 insertions, 0 deletions
diff --git a/chaos-at-home/ch-cm4-test.yml b/chaos-at-home/ch-cm4-test.yml
new file mode 100644
index 00000000..26d458ca
--- /dev/null
+++ b/chaos-at-home/ch-cm4-test.yml
@@ -0,0 +1,30 @@
+---
+- name: Basic Setup
+ hosts: ch-cm4-test
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+ post_tasks:
+ - name: mount fileserver volumes
+ mount:
+ src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/"
+ path: /srv/files
+ 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
+##
+## edit /boot/cmdline.txt add splash
+## $ apt install plymouth plymouth-themes
+## $ plymouth-set-default-theme tribar
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml
index 5fe395ac..9a013fdf 100644
--- a/inventory/host_vars/ch-cm4-test.yml
+++ b/inventory/host_vars/ch-cm4-test.yml
@@ -19,5 +19,7 @@ raspios_boot_config:
line: 'dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi'
- regexp: '^#?dtoverlay=i2c-fan'
line: 'dtoverlay=i2c-fan,emc2301,i2c_csi_dsi'
+ - regexp: '^#?hdmi_enable_4kp60=1'
+ line: 'hdmi_enable_4kp60=1'
base_entropy_generator: rngd