summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-05-10 18:23:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-05-10 18:44:58 +0200
commit368e060becaafe4e3551b6623560eacbbb8eabb4 (patch)
tree1db8532b8db72a1632ccbd533d634f19f0b5ab76 /inventory/host_vars/ch-dione.yml
parentMerge branch 'topic/k8s-1.24' (diff)
system_lvm: make default volume sizes overideable
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml19
1 files changed, 1 insertions, 18 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index ef9d8657..d9feac7c 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -1,26 +1,9 @@
---
+system_lvm_volume_size_root: 3G
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"