stackhpc / ansible-role-libvirt-vm

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

add UUID options #59

Closed raspbeguy closed 4 years ago

raspbeguy commented 4 years ago

I noticed that the only way to makes changes to an exiting VM (e.g. adding some memory, adding a NIC, etc...) is to re-define the VM with an XML containing the UUID. So I added the possibility to manually give an UUID or let Ansible generate one by hashing the VM name.