add user to virt role

This commit is contained in:
vincent 2020-11-28 16:41:57 +01:00
parent f1e0b5f9bd
commit 151271bcb8
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
---
# defaults file for vmserver
# defaults file for vmserver
virt_default_user: root

View File

@ -445,7 +445,7 @@
# user = "+0" # Super user (uid=0)
# user = "100" # A user named "100" or a user with uid=100
#
#user = "root"
user = {{virt_default_user}}
# The group for QEMU processes run by the system instance. It can be
# specified in a similar way to user.