summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-winvm.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-08-07 00:05:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-08-07 00:05:54 +0200
commit09607f6b2a8bf2f825ab254be8e07e859f086720 (patch)
tree632ce0e5f09b9f850d660af50d9b0c67b1b98c27 /inventory/host_vars/ele-winvm.yml
parentch-prometheus: new nvme disk (diff)
ele-helene: add vm-host
Diffstat (limited to 'inventory/host_vars/ele-winvm.yml')
-rw-r--r--inventory/host_vars/ele-winvm.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-winvm.yml b/inventory/host_vars/ele-winvm.yml
new file mode 100644
index 00000000..16c3d125
--- /dev/null
+++ b/inventory/host_vars/ele-winvm.yml
@@ -0,0 +1,14 @@
+---
+install:
+ vm:
+ memory: 16G
+ numcpus: 8
+ autostart: True
+ disks:
+ primary: /dev/sda
+ scsi:
+ sda:
+ type: lvm
+ vg: "{{ hostvars[vm_host.name].host_name }}"
+ lv: "vm_{{ inventory_hostname }}_system"
+ size: 50g