v0.01 - Script Structure & License
This commit is contained in:
30
Scripts/CreateCloudInitVM.sh
Normal file
30
Scripts/CreateCloudInitVM.sh
Normal file
@@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
# Description: This simple Scripts creates an Virtualmachine on Proxmox, with the Qemu-Cli.
|
||||
# Usage: Just Execute the script, it's a guided Script (chmod +x CreateCloudInitVM.sh && ./ CreateCloudInitVM.sh)
|
||||
#
|
||||
# Creator: Janic Joël Voser, Mettmenstetten - CH
|
||||
# Date of Creation: 03.12.2021
|
||||
#
|
||||
# Active Maintainer: Janic Joël Voser
|
||||
# Date of Last Maintenance: 03.12.2021
|
||||
#
|
||||
# Current State: Development
|
||||
# Version: 0.0.1
|
||||
# Version History:
|
||||
# v0.0.1 - Basic Script Structure
|
||||
|
||||
|
||||
# Planned Features:
|
||||
# - [ ] Guided VM Creation
|
||||
# - [ ] Image Download URL
|
||||
# - [ ] Instant VM-Start after Creation
|
||||
|
||||
# Global Conigurable Variables
|
||||
|
||||
# Global Constantst
|
||||
|
||||
# Functions
|
||||
|
||||
# Main Script
|
||||
|
||||
# Debug
|
||||
Reference in New Issue
Block a user