Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```