Hi guys,
I have deployed the opensource version of xen orchestra in my home lab and have created a ubuntu 24 template to provision multiple VMs on my host. However, now I want to provision VMs with LUKS enabled using the template where I can set the passphrase via cloud config. I don't think this will be possible since the filesystem is already written in the template whereas the LUKS header is before the filesystem.
Any idea how I would be able to manage this? I want to provision multiple VMs in a short amount of time for my test projects and thus require auto-install via template. Any help would be much appreciated, thanks in advance!