# instead of this we can just get the user to run # ansible-playbook qemu/main.yml # or # ansible-playbook libvirt/main.yml --- # - hosts: local # roles: # - vm-qemu # - run-vm - hosts: vm become: yes roles: - nginx