--- ssh_users_root: - equinox - datacop apt_repo_provider: ffgraz install: vm: mem: 1024 numcpu: 1 autostart: False disks: primary: /dev/sda scsi: sda: type: lvm vg: "{{ hostvars[vm_host.name].host_name }}" lv: "{{ inventory_hostname }}" size: 5g interfaces: - bridge: br-public name: primary0 mac: 52:54:00:37:fd:8a - bridge: br-funkfeuer name: funkfeuer0 mac: 52:54:00:37:fd:8b network: nameservers: "{{ vm_host.network.dns }}" domain: "{{ host_domain }}" systemd_link: interfaces: "{{ install.interfaces }}" primary: &_network_primary_ name: primary0 address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ vm_host.network.bridges.public.gateway }}" address6: "{{ vm_host.network.bridges.public.prefix6 | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway6: "{{ vm_host.network.bridges.public.gateway6 }}" interfaces: - *_network_primary_