summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
blob: 3b543db57928ec9d8166378a40cfeefa71a6e4d0 (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
---
install:
  efi: true
  disks:
    primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501
  kernel_cmdline:
    - "consoleblank=0"
    - "nomodeset"

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


apt_repo_components:
  - main
  - contrib
  - non-free ## for microcode updates

spreadspace_apt_repo_components:
  - container

containerd_storage:
  type: lvm
  vg: "{{ host_name }}"
  lv: containerd
  size: 15G
  fs: ext4

kubelet_storage:
  type: lvm
  vg: "{{ host_name }}"
  lv: kubelet
  size: 10G
  fs: ext4


blackmagic_desktopvideo_version: 11.7a12
blackmagic_desktopvideo_include_gui: yes