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