---
- hosts: "{{ target }}"
remote_user: core
become: true
roles:
#- kvm_install
- kvm_installvm
...