From a1827fa8f5add7a6780f7f7436ebcbac8b003998 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Jan 2022 21:31:14 +0100 Subject: prepare k8s-emc cluster for bullseye and 1.23 --- inventory/host_vars/ele-dione.yml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'inventory/host_vars/ele-dione.yml') diff --git a/inventory/host_vars/ele-dione.yml b/inventory/host_vars/ele-dione.yml index 37523b61..6c26d22f 100644 --- a/inventory/host_vars/ele-dione.yml +++ b/inventory/host_vars/ele-dione.yml @@ -3,6 +3,24 @@ install: efi: true disks: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501 + system_lvm: + volumes: + - name: root + size: 3G + filesystem: ext4 + mountpoint: / + - name: var + size: 1280M + filesystem: ext4 + mountpoint: /var + - name: var+log + size: 768M + filesystem: ext4 + mountpoint: /var/log + mount_options: + - noatime + - nodev + - noexec kernel_cmdline: - "consoleblank=0" - "nomodeset" @@ -25,19 +43,14 @@ apt_repo_components: - non-free ## for microcode updates spreadspace_apt_repo_components: - - main - prometheus - container -base_packages_extra_host: - - exfat-fuse - - exfat-utils - - vlan - admin_users_host: - equinox + containerd_storage: type: lvm vg: "{{ host_name }}" -- cgit v1.2.3