summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-2019vm.yml
blob: 06a4b2528e129e65c879ac2576888b081ecf5163 (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
64
65
66
67
68
69
70
---
system_lvm_volume_size_root: 4G
install:
  cloud:
    credentials: "{{ vault_hroot_robot_account }}"
    server_name: "{{ host_name }}"
  disks:
    primary: software-raid
    raid:
      level: 1
      members:
      - /dev/nvme0n1
      - /dev/nvme1n1
  system_lvm:
    size: 10G

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.129.165"

base_intel_nic_stability_fix: true
ssh_users_root:
  - equinox
  - dan

ssh_keys_root_extra:
  - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjZEFZLrl2KIqYl/GU8Vkp7mlhAbFbjwf4Ht9zQRmI8 ZFS Backup syncoid@epimetheus

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.0025388291b201dc-part3
  crypto-nvme1:
    passphrase: "{{ vault_luks_devices['crypto-nvme1'].passphrase }}"
    device: /dev/disk/by-id/nvme-eui.0025388291b201cb-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
    hourly: 0 ## TODO: re-enable backups once the disk has been cleaned up
    daily: 0  ##
    recursive: yes
    process_children_only: yes
  storage/vm/sk-testvm:
    use_template: ignore
    recursive: yes