From e7e91bb0b34568cc3244950739cc207a43009ff3 Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Thu, 21 Jun 2018 22:49:37 +0900 Subject: Initial vagrant-libvirt support --- vagrant-libvirt.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vagrant-libvirt.yml (limited to 'vagrant-libvirt.yml') 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 -- cgit v1.2.3