Recent content by makton3g

  1. M

    [TUTORIAL] windows cloud init working

    Well, got the SSH keys working, but there a catch. We seem to have chicken/egg issues with the keys and the profile. 2021-12-17 18:30:45.194 3000 INFO cloudbaseinit.init [-] Executing plugin 'SetUserSSHPublicKeysPlugin' 2021-12-17 18:30:45.194 3000 DEBUG cloudbaseinit.metadata.services.base [-]...
  2. M

    [TUTORIAL] windows cloud init working

    Ok tried the SSH keys without any modification. Am seeing cloudbase is looking at metadata for the keys in the logs. Am working on adding the "public-keys" to the metadata as a list and see it if bites on that.
  3. M

    [TUTORIAL] windows cloud init working

    Greetings all! Been working on some automation with Terraform/Saltstack on Proxmox VE and found this thread, which has been of help, yet was not getting me across the finish line. to start, I'm not trying to put the password in the configdrive right now and am using the unattend.xml for the...