this post was submitted on 28 Feb 2026
15 points (100.0% liked)

Linux

12651 readers
354 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] lemmyng@piefed.ca 3 points 5 days ago

Are you looking at reproducibility for dev environments, or for a home server?

For the former, Vagrant is probably the tool you're looking for.

For the latter it depends on the level of complexity and reproducibility that you're comfortable dealing with. Something like Proxmox lets you snapshot and restore VMs, which may be enough. On the other end of the spectrum you would have golden images that you rebuild on demand, or cloud init coupled with ansible or chef to customize VMs on demand based on metadata.