summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mcstick.yml
blob: 980de731acc81b32d8e4e482f428a30798699fe1 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
install:
  efi: yes
  disks:
    primary: /dev/disk/by-id/mmc-S10008_0x3a8a047e
  system_lvm:
    volumes:
    - name: root
      size: 5G
      filesystem: ext4
      mountpoint: /
    - name: var+log
      size: 768M
      filesystem: ext4
      mountpoint: /var/log
      mount_options:
      - noatime
      - nodev
      - noexec

install_dhcp: yes
network:
  domain: "{{ host_domain }}"
  primary:
    name: enx00e04d6a076e


base_modules_blacklist: "{{ base_modules_blacklist_none }}"

apt_repo_components:
  - main
  - contrib
  - non-free-firmware
  - non-free

ntp_variant: systemd-timesyncd


kodi_standalone_kodi_packages_extra:
  - kodi-repository-kodi
  - kodi-inputstream-adaptive
  - kodi-inputstream-rtmp

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 (stick)"
  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