summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-cm4-test.yml
blob: 26d458ca4fb04312dbe9443b266497c57dc3ae0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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