summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-calypso.yml
blob: c778d76f707e3f99bc94f78aac7372af35dcdc1d (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
---
system_lvm_volume_size_root: 5G
install:
  efi: yes
  disks:
    primary: /dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-5328NA52AN84G246

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_


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

spreadspace_apt_repo_components:
  - container


blackmagic_desktopvideo_version: 12.2.2a6
blackmagic_desktopvideo_include_gui: yes


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

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