Skip to content

A script to effortlessly disable cloud-init on Debian-based Servers

License

Notifications You must be signed in to change notification settings

Balzabu/disable-cloud-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

disable-cloud-init

License made-with-bash Ubuntu Debian

Description

This script automates the process of disabling cloud-init on Debian based servers in a non-interactive way. It is based on this gist.

Usage

Prerequisites

  • This script is intended for use on debian-based servers.
  • Ensure that you have the necessary privileges to run the script (root access).

Running the Script

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)"

Note

After running the script, a manual reboot may be required to complete the process.

Contributing

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!

About

A script to effortlessly disable cloud-init on Debian-based Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages