Move virthost from a task to a role.
Setup a variable for hosts we want nested virt enabled on (default false) add task to setup that on ones we want
This commit is contained in:
parent
4f0c441afc
commit
aebe90cc65
6 changed files with 15 additions and 1 deletions
|
@ -3,6 +3,9 @@ freezes: true
|
|||
# most of our systems are in phx2
|
||||
datacenter: phx2
|
||||
|
||||
# usually we do not want to enable nested virt, only on some virthosts
|
||||
nested: false
|
||||
|
||||
# most of our systems are 64bit.
|
||||
# Used to install various nagios scripts and the like.
|
||||
libdir: /usr/lib64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue