summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mclr.yml
blob: 457ee062170554a2917d263a4e7130436d5cea6d (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
raspios_variant: lite
raspios_arch: arm64

network:
  nameservers: "{{ network_zones.lan.dns }}"
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: eth0
    address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
    gateway: "{{ network_zones.lan.gateway }}"
  interfaces:
  - *_network_primary_

raspios_boot_config:
  - regexp: '^#?hdmi_enable_4kp60=1'
    line: 'hdmi_enable_4kp60=1'

base_entropy_generator: rngd


kodi_standalone_support_packages_extra:
  - libgl1-mesa-dri ## missing dep for RaspiOS Kodi Package, TODO: bugreport

kodi_config_nfs4_mounts:
  - src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/"
    path: /srv/files

kodi_config_guisettings:
  locale.keyboardlayouts: "German ABC|German QWERTZ"
  locale.activekeyboardlayout: "German QWERTZ"
  locale.country: Central Europe
  locale.timezonecountry: Austria
  locale.timezone: Europe/Vienna
  services.devicename: "chaos at media (lr)"
  services.webserver: "true"
  services.webserverauthentication: "false"
  services.esallinterfaces: "true"

kodi_config_sources:
  video:
  - name: Series
    path: /srv/files/series
  - name: Movies
    path: /srv/files/movies