summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-13 20:42:35 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-13 20:42:35 +0100
commit48f5204608f83308ff1de966be8b5400a310a4f6 (patch)
tree277ed1ddb621aca81ae6bba7f569f26dca626a0d /inventory/host_vars/ch-dione.yml
parentbase install for ch-(dione|helene) for k8s test (diff)
kubeadm: fixes for 1.23
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 3b543db5..bc8ef463 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-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"
@@ -26,6 +44,7 @@ apt_repo_components:
spreadspace_apt_repo_components:
- container
+
containerd_storage:
type: lvm
vg: "{{ host_name }}"