#!/usr/bin/env ansible-playbook
---
- hosts:
    - vm_network
  roles:
    - qemu_guest
...