This script automates the process of disabling cloud-init on Debian based servers in a non-interactive way. It is based on this gist.
- This script is intended for use on debian-based servers.
- Ensure that you have the necessary privileges to run the script (root access).
You can run the script directly from your terminal using the following one-liner:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/balzabu/disable-cloud-init/main/disable-cloud-init.sh)"
After running the script, a manual reboot may be required to complete the process.
I welcome contributions from the community! If you're interested in helping improve this script, feel free to:
- Open an issue to report bugs or suggest enhancements.
- Fork the repository, make your changes, and submit a pull request.
Your contributions make this project better for everyone. Thank you for your support!