File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ libvirt_host_qemu_tls_enabled: false
154
154
155
155
# The user/group used to run the QEMU process. For security reasons,
156
156
# Libvirt normally sets this to something other than root.
157
- libvirt_host_qemu_user : " libvirt- qemu"
158
- libvirt_host_qemu_group : " libvirt- qemu"
157
+ libvirt_host_qemu_user : " qemu"
158
+ libvirt_host_qemu_group : " qemu"
159
159
160
160
# Encrypt VNC traffic
161
161
libvirt_host_vnc_tls_enabled : false
Original file line number Diff line number Diff line change @@ -40,5 +40,10 @@ libvirt_host_packages_sasl:
40
40
- libsasl2-modules-gssapi-mit
41
41
- sasl2-bin
42
42
43
+ # The user/group used to run the QEMU process. For security reasons,
44
+ # Libvirt normally sets this to something other than root.
45
+ libvirt_host_qemu_user : " libvirt-qemu"
46
+ libvirt_host_qemu_group : " libvirt-qemu"
47
+
43
48
# These are passed to the lineinfile module to customize configuration files
44
49
libvirt_host_lineinfile_extra_rules : []
You can’t perform that action at this time.
0 commit comments