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
154154
155155# The user/group used to run the QEMU process. For security reasons,
156156# 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"
159159
160160# Encrypt VNC traffic
161161libvirt_host_vnc_tls_enabled : false
Original file line number Diff line number Diff line change @@ -40,5 +40,10 @@ libvirt_host_packages_sasl:
4040 - libsasl2-modules-gssapi-mit
4141 - sasl2-bin
4242
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+
4348# These are passed to the lineinfile module to customize configuration files
4449libvirt_host_lineinfile_extra_rules : []
You can’t perform that action at this time.
0 commit comments