summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-04 23:25:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-04 23:25:51 +0200
commit5d6b44058a8d907fbc64865c0be4d298e0e55a82 (patch)
treeaf076e4a9d7441cb051cafe600e85dd7274188f9 /inventory/host_vars/ch-equinox-ws.yml
parentpreseed/parman: implement more generic disk layout (diff)
install/preseed: convert old host configs to new partman layout
Diffstat (limited to 'inventory/host_vars/ch-equinox-ws.yml')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index d71f38d8..84ca3962 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -5,6 +5,24 @@ install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0MA04112K
+ system_lvm:
+ volumes:
+ - name: root
+ size: 30G
+ filesystem: ext4
+ mountpoint: /
+ - name: var+log
+ size: 768M
+ filesystem: ext4
+ mountpoint: /var/log
+ mount_options:
+ - noatime
+ - nodev
+ - noexec
+ - name: home
+ size: 200G
+ filesystem: ext4
+ mountpoint: /home
network:
nameservers: "{{ network_zones.lan.dns }}"