summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-winvm.yml
blob: 16c3d12529de0081e462d77b6ce47ab1d513e5b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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