Use Vagrantfile to build virtual site
[icn.git] / deploy / metal3-vm / vm-setup / setup-playbook.yml
1 ---
2 - name: Setup dummy baremetal VMs
3   hosts: virthost
4   connection: local
5   gather_facts: true
6   tasks:
7     - import_role:
8         name: common
9     - import_role:
10         name: libvirt
11     - import_role:
12         name: virtbmc
13       when: vm_platform|default("libvirt") == "libvirt"