{{ hostvars[target_vm]['vm']['name'] }}
{{ hostvars[target_vm]['vm']['memory'] }}
{{ hostvars[target_vm]['vm']['cpu'] }}
{{ hostvars[target_vm]['vm']['shares'] }}
hvm
/usr/share/OVMF/OVMF_CODE_4M.ms.fd
/var/lib/libvirt/qemu/nvram/{{ hostvars[target_vm]['vm']['name'] }}_VARS.fd
destroy
restart
destroy
{% if target_vm == 'fw' %}
{% else %}
{% endif %}
{% if target_vm == 'app' %}
{% for device in hostvars[target_vm]['vm']['pass_through'].values() %}
{% endfor %}
{% endif %}