summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-oulu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-oulu.yml')
-rw-r--r--inventory/host_vars/ch-oulu.yml56
1 files changed, 0 insertions, 56 deletions
diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml
deleted file mode 100644
index f39f04f9..00000000
--- a/inventory/host_vars/ch-oulu.yml
+++ /dev/null
@@ -1,56 +0,0 @@
----
-install_interface: eno1
-
-install:
- efi: true
- disks:
- primary: software-raid
- raid:
- level: 1
- members:
- - /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z
- - /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800191M
- system_lvm:
- size: 15G
-
-network:
- nameservers:
- - 9.9.9.9
- domain: "{{ host_domain }}"
- primary: &_network_primary_
- name: br-lan
- address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
- gateway: "{{ network_zones.lan.gateway }}"
- interfaces:
- - *_network_primary_
- bonds:
- - name: bond0
- mode: 802.3ad
- slaves:
- - eno1
- - eno2
- options:
- miimon: 100
- vlans:
- bond0: "{{ __vmhost_bridge_interface_zones__['bond0'] | map('extract', network_zones) | map(attribute='vlan') | list }}"
-
-apt_repo_components:
- - main
- - contrib
- - non-free ## for microcode updates
-
-
-zfs_arc_size:
- min: 2GB
- max: 8GB
-
-zfs_pools:
- nvme:
- mountpoint: /srv/nvme
- create_vdevs: mirror /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z-part4 /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800191M-part4
-
-zfs_sanoid_modules:
- nvme/vm:
- use_template: production
- recursive: yes
- process_children_only: yes