https://github.com/itachi1621/disableubuntucloudinitscript
Script stops/disables cloud init from starting
https://github.com/itachi1621/disableubuntucloudinitscript
bash bash-script ubuntu ubuntuserver
Last synced: 28 days ago
JSON representation
Script stops/disables cloud init from starting
- Host: GitHub
- URL: https://github.com/itachi1621/disableubuntucloudinitscript
- Owner: itachi1621
- Created: 2023-03-28T18:46:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T20:24:35.000Z (about 2 years ago)
- Last Synced: 2025-02-10T11:22:00.586Z (3 months ago)
- Topics: bash, bash-script, ubuntu, ubuntuserver
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disable Ubuntu Cloud Init Script
Script stops/disables cloud init from starting## What it does
- Creates an empty file with the name `cloud-init.disabled` in the `/etc/cloud/` to prevent the service from starting with the following command
```sudo touch /etc/cloud/cloud-init.disabled
```