summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-16 23:13:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-16 23:13:19 +0200
commit4e21bf365e047d2973a2c19379c34fc9a66a885c (patch)
tree624004bf729da894d4e31695541b99ea7cb180ba
parentadd test host for OMD (diff)
fix ch-mod partition layout
-rw-r--r--chaos-at-home/ch-omd.yml2
-rw-r--r--inventory/host_vars/ch-omd.yml22
2 files changed, 23 insertions, 1 deletions
diff --git a/chaos-at-home/ch-omd.yml b/chaos-at-home/ch-omd.yml
index 142f1be8..35d48ce9 100644
--- a/chaos-at-home/ch-omd.yml
+++ b/chaos-at-home/ch-omd.yml
@@ -7,4 +7,4 @@
- role: core/sshd/base
- role: core/zsh
- role: core/ntp
- - role: apt-repo/consol-labs
+# - role: apt-repo/consol-labs
diff --git a/inventory/host_vars/ch-omd.yml b/inventory/host_vars/ch-omd.yml
index 7f514a5d..6c2e549c 100644
--- a/inventory/host_vars/ch-omd.yml
+++ b/inventory/host_vars/ch-omd.yml
@@ -13,6 +13,28 @@ install:
type: zfs
name: root
size: 50g
+ 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
+ - name: opt
+ size: 10G
+ filesystem: ext4
+ mountpoint: /opt
interfaces:
- bridge: br-svc
name: svc0