summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-dione.yml19
-rw-r--r--inventory/host_vars/ch-helene.yml19
-rw-r--r--inventory/host_vars/ch-k8s-master.yml6
3 files changed, 42 insertions, 2 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 }}"
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 }}"
diff --git a/inventory/host_vars/ch-k8s-master.yml b/inventory/host_vars/ch-k8s-master.yml
index 71795c5d..63723000 100644
--- a/inventory/host_vars/ch-k8s-master.yml
+++ b/inventory/host_vars/ch-k8s-master.yml
@@ -13,6 +13,8 @@ install:
type: zfs
name: root
size: 20g
+ properties:
+ 'syncoid:sync': 'false'
system_lvm:
volumes:
- name: root
@@ -55,10 +57,10 @@ spreadspace_apt_repo_components:
- container
-docker_storage:
+containerd_storage:
type: lvm
vg: "{{ host_name }}"
- lv: docker
+ lv: containerd
size: 7G
fs: ext4