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