Comment on Virtual Machines- is there a better way to jump start a VM?
AbidanYre@lemmy.world 1 month ago
Some combination of Ansible and cloud-init is probably what you’re looking for.
Comment on Virtual Machines- is there a better way to jump start a VM?
AbidanYre@lemmy.world 1 month ago
Some combination of Ansible and cloud-init is probably what you’re looking for.
catloaf@lemm.ee 1 month ago
This. Cloud-init, or autoinstall for Ubuntu, to get the install done, then use ansible for anything more.