Skip to content

dgibbs64/ansible-role-qemu_guest_agent

Repository files navigation

qemu_guest_agent

An Ansible role that detects QEMU and installs qemu-guest-agent on Linux when required on a qemu virtual machine.

Codacy grade GitHub Workflow Status GitHub tag (latest by date) MIT License

About

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.

Requirements

None.

Role Variables

None.

Dependencies

None.

Example Playbook

---
- name: Linux Admin Packages
  hosts: all
  roles:
    - role: "dgibbs64.qemu_guest_agent"

License

MIT

Author Information

About

An Ansible role that detects QEMU and installs qemu-guest-agent on Linux when required on a qemu virtual machine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published