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?

  • moonpiedumplings@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    4 hours ago

    My recommendation is to use an abstraction layer that runs qemu-kvm under the hood and automate that. Some people have mentioned libvirt, but Incus is another good option.