summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-02-06 23:23:17 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-02-06 23:23:17 +0100
commit939209a7e461eebcdc45e4da9af276bfe872c27b (patch)
tree8c7504353461d55d6d5122817144411a971acd3a /inventory/host_vars/ch-dione.yml
parentsomw more build tools for ch-equinox-(ws|t450s) (diff)
increase root disks size for ch-(calypso|telesto|k8s-master)
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 84eded0c..8c1f9aad 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"