An Ansible role that detects QEMU and installs qemu-guest-agent on Linux when required on a qemu virtual machine.
QEMU (Quick EMUlator) is a free and open-source emulator and virtualization software. Used by many popular virtualisation platforms such as Proxmox, VirtualBox, KVM, Xen, OpenStack and more.
The qemu-guest-agent
is a helper daemon, which is installed on the guest (virtual machine). It is used to exchange information between the host and guest, and to execute commands in the guest.
None.
None.
None.
---
- name: Linux Admin Packages
hosts: all
roles:
- role: "dgibbs64.qemu_guest_agent"
MIT