summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mcbr.yml
blob: 1ac236c86e98327fd0e2d15dc57ae9408b795006 (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
---
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