Add hypervisor playbook to Vagrant
This commit is contained in:
9
dev/hypervisor.yml
Normal file
9
dev/hypervisor.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Install Hypervisor
|
||||
hosts: all
|
||||
become: true
|
||||
vars_files:
|
||||
- host_vars/hypervisor.yml
|
||||
roles:
|
||||
- ansible
|
||||
- base
|
||||
- libvirt
|
||||
Reference in New Issue
Block a user