From 48f5204608f83308ff1de966be8b5400a310a4f6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Jan 2022 20:42:35 +0100 Subject: kubeadm: fixes for 1.23 --- inventory/host_vars/ch-helene.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'inventory/host_vars/ch-helene.yml') diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml index 080ac6cd..2223f56c 100644 --- a/inventory/host_vars/ch-helene.yml +++ b/inventory/host_vars/ch-helene.yml @@ -3,6 +3,24 @@ install: efi: true disks: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346 + 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" @@ -26,6 +44,7 @@ apt_repo_components: spreadspace_apt_repo_components: - container + containerd_storage: type: lvm vg: "{{ host_name }}" -- cgit v1.2.3