From 2204d29541b70f7883c9c49232f10cf490b3232e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 20 Dec 2021 20:44:26 +0100 Subject: add new vmhost phoebe (WIP) --- inventory/host_vars/ch-phoebe.yml | 54 +++++++++++++++++++++++++++++++++++ inventory/host_vars/ch-prometheus.yml | 3 +- 2 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 inventory/host_vars/ch-phoebe.yml (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-phoebe.yml b/inventory/host_vars/ch-phoebe.yml new file mode 100644 index 00000000..5280c7d0 --- /dev/null +++ b/inventory/host_vars/ch-phoebe.yml @@ -0,0 +1,54 @@ +--- +install_interface: eno1 + +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme- + system_lvm: + size: 25G + +network: + nameservers: "{{ network_zones.lan.dns }}" + 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_ + vlans: + eno1: "{{ __vmhost_bridge_interface_zones__['eno1'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + eno2: "{{ __vmhost_bridge_interface_zones__['eno2'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + eno3: "{{ __vmhost_bridge_interface_zones__['eno3'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + eno4: "{{ __vmhost_bridge_interface_zones__['eno4'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + + +apt_repo_components: + - main + - contrib + - non-free ## for microcode updates + + +installer_storage: + type: lvm + vg: "{{ host_name }}" + lv: installer + size: 10G + fs: ext4 + + +zfs_arc_size: + min: 2GB + max: 24GB + +zfs_pools: + storage: + mountpoint: /srv/storage + create_vdevs: mirror /dev/mapper/crypto-sata0 /dev/mapper/crypto-sata1 /dev/mapper/crypto-sata2 + +zfs_sanoid_modules: + storage/vm: + use_template: production + recursive: yes + process_children_only: yes diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml index 361a8c02..4851ce5b 100644 --- a/inventory/host_vars/ch-prometheus.yml +++ b/inventory/host_vars/ch-prometheus.yml @@ -14,8 +14,7 @@ install: size: 25G network: - nameservers: - - 9.9.9.9 + nameservers: "{{ network_zones.lan.dns }}" domain: "{{ host_domain }}" primary: &_network_primary_ name: br-lan -- cgit v1.2.3