cloudinit/Scripts/CreateCloudInitVM.sh

30 lines
693 B
Bash

#!/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