summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-13 21:31:14 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-13 21:31:14 +0100
commita1827fa8f5add7a6780f7f7436ebcbac8b003998 (patch)
tree7935f11623cbbad2cd18d9f6d8cec9f26e93c6cb /inventory/host_vars/ele-dione.yml
parentupgrade kube-router to 1.4.0 (diff)
prepare k8s-emc cluster for bullseye and 1.23
Diffstat (limited to 'inventory/host_vars/ele-dione.yml')
-rw-r--r--inventory/host_vars/ele-dione.yml25
1 files changed, 19 insertions, 6 deletions
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 }}"