Hi guys, I have gotten cloud init to work with windows with some modification to proxmox and a windows template. since all of the other threads regarding this don't work anymore, at least i couldn't get them to, i thought i would share what i did.
the part is making proxmox save windows passwords as plaintext, or else the template cannot read them. i did this by editing
old code, line 1022:
Read more
the part is making proxmox save windows passwords as plaintext, or else the template cannot read them. i did this by editing
/usr/share/perl5/PVE/API2/Qemu.pm
old code, line 1022:
Perl:
if (defined(my $cipassword = $param->{cipassword})) {...
Read more