--- _vm_host_: ch-hroottest install: vm: host: "{{ _vm_host_ }}" mem: 4096 numcpu: 4 autostart: True disks: primary: /dev/sda scsi: sda: type: zfs name: root size: 20g properties: refreservation: none sdb: type: zfs name: data size: 100g properties: refreservation: none compression: off interfaces: - bridge: br-public name: primary0 network: nameservers: "{{ hostvars[_vm_host_].vm_host.network.dns }}" domain: "{{ host_domain }}" systemd_link: interfaces: "{{ install.interfaces }}" primary: &_network_primary_ name: primary0 address: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr(hostvars[_vm_host_].vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ hostvars[_vm_host_].vm_host.network.bridges.public.prefix | ipaddr('address') }}" interfaces: - *_network_primary_