Externalize role
This commit is contained in:
commit
dde75d6597
13 changed files with 207 additions and 0 deletions
12
templates/kvm.conf.j2
Normal file
12
templates/kvm.conf.j2
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue