Ansible Role qemu_guest_agent¶
This role installs the QEMU Guest Agent for the generic and open source machine emulator and virtualizer.
Optional Role Variables¶
qemu_guest_agent__service_enabled
Enables or disables the service, analogous to
systemctl enable/disable --now. Possible options:true,false.Type: Bool.
Default:
true
Example:
# optional
qemu_guest_agent__service_enabled: true