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

Linux

12636 readers
348 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
[–] ken@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

packer + ansible + cloud-init; then libvirtd or proxmox or incus as you do

i also hear you can build such images straight up with nix though i have yet to try that