Reset, unconfigure, or customize a virtual machine image. More information: https://manned.org/virt-sysprep.
virt-sysprep --list-operations
sudo virt-sysprep {{[-a|--add]}} {{path/to/image.qcow2}}
sudo virt-sysprep {{[-d|--domain]}} {{vm_name}} {{[-n|--dry-run]}}
sudo virt-sysprep {{[-d|--domain]}} {{vm_name}} --operations {{operation1,operation2,...}}
/etc/machine-id file and enable customizations to be able to change the host name to avoid network conflicts:sudo virt-sysprep {{[-d|--domain]}} {{vm_name}} --enable {{customizations}} --hostname {{host_name}} --operation {{machine-id}}
virt-sysprep {{[-he|--help]}}