Externalize role

This commit is contained in:
Adrien Reslinger 2018-10-08 19:35:15 +02:00
commit dde75d6597
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
13 changed files with 207 additions and 0 deletions

12
templates/kvm.conf.j2 Normal file
View file

@ -0,0 +1,12 @@
# Setting modprobe kvm_intel/kvm_amd nested = 1
# only enables Nested Virtualization until the next reboot or
# module reload. Uncomment the option applicable
# to your system below to enable the feature permanently.
#
# User changes in this file are preserved across upgrades.
#
# For Intel
options kvm_intel nested=1
#
# For AMD
options kvm_amd nested=1