summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mcbr.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-18 21:16:08 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-18 21:16:08 +0200
commit1f87e8f5d08c96de2f0e57452d4837be67595e80 (patch)
tree5630ed55babc04c8d9bd6925e8813bf5a0aaffef /inventory/host_vars/ch-mcbr.yml
parentkodi/standalone: systemd-user-sessions is not necessary (diff)
add simple kodi config role
Diffstat (limited to 'inventory/host_vars/ch-mcbr.yml')
-rw-r--r--inventory/host_vars/ch-mcbr.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-mcbr.yml b/inventory/host_vars/ch-mcbr.yml
index 1ac236c8..fb464fb5 100644
--- a/inventory/host_vars/ch-mcbr.yml
+++ b/inventory/host_vars/ch-mcbr.yml
@@ -45,3 +45,25 @@ 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 (br)"
+ 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