stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

Add switch for enabling qemu guest agent virtio channel #98

Closed othiman closed 1 year ago

othiman commented 1 year ago

Hi,

This pull request adds a switch for enabling qemu guest agent virtio channel. This is, e.g., useful if you want to be able to connect to the VM with Ansible after creating it and without having SSH access. The qemu-guest-agent needs to be installed in the guest system to get it working.

Best regards, Thomas