Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Created September 25, 2022 20:56
Show Gist options
  • Save ThinGuy/f5595758bb8c015124b92f85d0943307 to your computer and use it in GitHub Desktop.
Save ThinGuy/f5595758bb8c015124b92f85d0943307 to your computer and use it in GitHub Desktop.
Re-run cloud-init without reboot (run as root if UID 1000 did not get setup on Ubutnu)
#!/bin/bash
cloud-init clean --logs
cloud-init init --local
cloud-init init
cloud-init modules --mode=config
cloud-init modules --mode=final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment