Add hypervisor playbook to Vagrant

This commit is contained in:
2020-07-01 00:45:47 -04:00
parent bad45b2fe9
commit 93ec159bbb
4 changed files with 31 additions and 0 deletions

9
dev/hypervisor.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: Install Hypervisor
hosts: all
become: true
vars_files:
- host_vars/hypervisor.yml
roles:
- ansible
- base
- libvirt