Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedhalat/vmscripts
This repo is used as a backup for my GCP VM startup scripts
https://github.com/ahmedhalat/vmscripts
Last synced: 22 days ago
JSON representation
This repo is used as a backup for my GCP VM startup scripts
- Host: GitHub
- URL: https://github.com/ahmedhalat/vmscripts
- Owner: AhmedHalat
- Created: 2020-05-22T12:07:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T01:30:22.000Z (over 3 years ago)
- Last Synced: 2024-10-25T06:27:42.783Z (2 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMScripts
This repo is used as a backup for my GCP VM startup scripts## Running
Store all the scripts in /root/Add the startup script Custom metadata to the GCP vm as:
**Key**: startup-script
**Value**: /root/start_server.bash### Testing script
Test to see if GCP startup script added properly with
```sudo google_metadata_script_runner --script-type startup --debug```