From 39861af1bbbb9938ddbd6fa6b8ac55d6183f933f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Feb 2020 10:40:06 +0200 Subject: Change: enable nested KVM on vmhost --- ansible/roles/vmhost/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible/roles/vmhost/tasks') diff --git a/ansible/roles/vmhost/tasks/main.yml b/ansible/roles/vmhost/tasks/main.yml index cb8e6d1..e3dc288 100644 --- a/ansible/roles/vmhost/tasks/main.yml +++ b/ansible/roles/vmhost/tasks/main.yml @@ -6,3 +6,8 @@ - virt-manager - libvirt-daemon-system - libvirt-clients + +- name: "enable nested KVM if possible" + copy: + src: kvm-nested.conf + dest: /etc/modprobe.d/kvm-nested.conf -- cgit v1.2.1