Ubuntu Server LTS

From World Wide Wiegert Wiki - WWWW
Revision as of 21:38, 5 July 2022 by Damme (talk | contribs)
Jump to: navigation, search

How to disable cloud-init in Ubuntu

===  Prevent start ===
  • Create an empty file to prevent the service from starting

sudo touch /etc/cloud/cloud-init.disabled

=== Uninstall ===
  • Disable all services (uncheck everything except "None"):

sudo dpkg-reconfigure cloud-init

  • Uninstall the package and delete the folders

sudo dpkg-reconfigure cloud-init sudo apt-get purge cloud-init sudo rm -rf /etc/cloud/ && sudo rm -rf /var/lib/cloud/

  • Restart the computer

sudo reboot

Sources