summaryrefslogtreecommitdiff
path: root/host_vars/elesearch.yaml
blob: f1611f47ba841af74cf0daec32ba74ba7b0e6c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
vm_install:
  host: sk2013
  mem: 1024
  numcpu: 4
  disks:
    primary: vda
    virtio:
      vda:
        vg: storage
        lv: "{{ inventory_hostname }}"
        size: 50g
  interfaces:
    - idx: 1
      bridge: virbr
      name: public0
  autostart: True
vm_network:
  systemd_link:
    interfaces: "{{ vm_install.interfaces }}"
  internet:
    interface: public0