Skip to content

Commit 31284ba

Browse files
committed
Update to set default for RL9
1 parent 2d7b262 commit 31284ba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
161161
libvirt_host_vnc_tls_enabled: false

vars/Debian.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4449
libvirt_host_lineinfile_extra_rules: []

0 commit comments

Comments
 (0)