summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mcbr.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-12 21:59:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-12 21:59:10 +0200
commitbe7e9da811a53141eb122ddfae9282ac9ae50d5c (patch)
tree7ffe8bd503d0a5d2b5f8648df838837e44f5d2fd /inventory/host_vars/ch-mcbr.yml
parentkodi/standalone: fix name for polkit config files (diff)
new kodi deployment ch-mcbr
Diffstat (limited to 'inventory/host_vars/ch-mcbr.yml')
-rw-r--r--inventory/host_vars/ch-mcbr.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-mcbr.yml b/inventory/host_vars/ch-mcbr.yml
new file mode 100644
index 00000000..1ac236c8
--- /dev/null
+++ b/inventory/host_vars/ch-mcbr.yml
@@ -0,0 +1,47 @@
+---
+install:
+ efi: no
+ disks:
+ primary: /dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-B7P98I86F4PC14I7
+ system_lvm:
+ volumes:
+ - name: root
+ size: 30G
+ filesystem: ext4
+ mountpoint: /
+ - name: var+log
+ size: 768M
+ filesystem: ext4
+ mountpoint: /var/log
+ mount_options:
+ - noatime
+ - nodev
+ - noexec
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: eno1
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_
+
+
+base_modules_blacklist: "{{ base_modules_blacklist_none }}"
+
+apt_repo_components:
+ - main
+ - contrib
+ - non-free
+
+
+kodi_standalone_support_packages_extra:
+ - i965-va-driver-shaders
+
+kodi_standalone_use_backports: yes
+kodi_standalone_kodi_packages_extra:
+ - kodi-repository-kodi
+ - kodi-inputstream-adaptive
+ - kodi-inputstream-rtmp