diff options
Diffstat (limited to 'vagrant-libvirt.yml')
-rw-r--r-- | vagrant-libvirt.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vagrant-libvirt.yml b/vagrant-libvirt.yml new file mode 100644 index 0000000..d20d98d --- /dev/null +++ b/vagrant-libvirt.yml @@ -0,0 +1,8 @@ +--- +- hosts: vagrant-libvirt + become: True + gather_facts: False + connection: local + roles: + - common + - vagrant-libvirt |