Skip to content

Instantly share code, notes, and snippets.

@pkutzner
pkutzner / README.md
Created November 20, 2021 15:30 — forked from zoilomora/README.md
How to disable cloud-init in Ubuntu

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