stackhpc / ansible-role-libvirt-vm

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

Add basic support for custom dmi informations #80

Closed damfle closed 2 years ago

damfle commented 2 years ago

Add a simple array that can be used to pass custom DMI information to a VM. This can be useful for automatic provisioning such as forwarding host names, IP addresses, and other custom information.

See libvirt doc on this https://libvirt.org/formatdomain.html#smbios-system-information

damfle commented 2 years ago

will redo this better