I’m looking to use KVM/QEMU on my Linux computer.
Are there scripts that help me automate deploying the same VM builds I’ve done before – with the same RAM, HDD, networking, etc… settings.
I’ve found the following but I’m not sure if there are better options:
https://github.com/doccaz/kvm-scripts
https://github.com/doccaz/kvm-scripts
Would Ansible be a better option for this?


https://github.com/dmacvicar/terraform-provider-libvirt/blob/v0.9.3/README.md
I use this, I will say, the latest version is vibecoded with AI and it shows. I’m sticking to the previous v0.8.x release, and forking from there.
Other than that, its a great project, and works well for my needs
Good to know!