summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-2024.yml
blob: 338ffeca0e0d30b57a461577929327eb308ed71b (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
system_lvm_volume_size_root: 4G
install:
  cloud:
    credentials: "{{ vault_hroot_robot_account }}"
  disks:
    primary: software-raid
    raid:
      level: 1
      members:
      - /dev/nvme0n1
      - /dev/nvme1n1
  system_lvm:
    size: 15G

network:
  nameservers: "{{ vm_host.network.dns }}"
  domain: "{{ host_domain }}"
  interfaces:
  - name: br-public
    address: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}"

external_ip: "94.130.242.46"

ssh_users_root:
  - equinox
  - dan

apt_repo_components:
  - main
  - contrib  ## for zfs
  - non-free-firmware


luks_devices:
  crypto-nvme0:
    passphrase: "{{ vault_luks_devices['crypto-nvme0'].passphrase }}"
    device: /dev/disk/by-id/nvme-eui.002538b531b04024-part3
  crypto-nvme1:
    passphrase: "{{ vault_luks_devices['crypto-nvme1'].passphrase }}"
    device: /dev/disk/by-id/nvme-eui.002538b531b0402c-part3


zfs_arc_size:
  min: 2GB
  max: 8GB

zfs_pools:
  storage:
    mountpoint: /srv/storage
    create_vdevs: mirror /dev/mapper/crypto-nvme0 /dev/mapper/crypto-nvme1
    properties:
      ashift: 12
      autotrim: "on"

zfs_sanoid_modules:
  storage/vm:
    use_template: production
    recursive: yes
    process_children_only: yes
  storage/vm/sk-cloudio/data:
    use_template: ignore
    recursive: yes