summaryrefslogtreecommitdiff
path: root/roles/vm-host
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-11 01:06:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-11 01:06:27 +0100
commit5796a352aa7b5396decbea1fbc9ef32378a71863 (patch)
tree270a648c5218c00ae0a837eb0323c32bd674d13d /roles/vm-host
parentinitial config for thetys (diff)
greatly improved vm-install role
Diffstat (limited to 'roles/vm-host')
-rw-r--r--roles/vm-host/tasks/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/vm-host/tasks/main.yaml b/roles/vm-host/tasks/main.yaml
index 3decb3b2..81262737 100644
--- a/roles/vm-host/tasks/main.yaml
+++ b/roles/vm-host/tasks/main.yaml
@@ -3,6 +3,8 @@
with_items:
- atftpd
- openbsd-inetd
+ - qemu-kvm
+ - libvirt-bin
- python-libvirt
apt:
name: "{{ item }}"