summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-k8s-master.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-k8s-master.yml')
-rw-r--r--inventory/host_vars/ch-k8s-master.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-k8s-master.yml b/inventory/host_vars/ch-k8s-master.yml
index 752a6c0f..4098a5ee 100644
--- a/inventory/host_vars/ch-k8s-master.yml
+++ b/inventory/host_vars/ch-k8s-master.yml
@@ -13,6 +13,24 @@ install:
type: zfs
name: root
size: 20g
+ 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
interfaces:
- bridge: br-svc
name: svc0