Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ProxmoxNewVM

This Repository is meant to help those new to Proxmox to easily setup a VM With Cloud-Init

Dependencies

wget
qemu-img

Variables

These are some variables that you can change:

VMID=9999 > The ID of the vm that will be created
VMNAME="debian-12-cloudinit" > The name of the VM That will be created
MEMORY=2048 > How much memmory will be allocated to the VM By default
CORES=2 > How many cores the VM will be allocated by default
STORAGE="NVME" > The Name of your Storage in proxmox
CLOUD_IMG_PATH="/var/lib/vz/template/qcow2/debian-12-generic-amd64.qcow2"> The path where the Downloaded Cloud Image will be stored under
CLOUD_IMG_URL="https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2" > The Path from which the Cloud image will be pulled by default Debian 12 BRIDGE="vmbr0" > The Network adapter that will be used by Default for the VM

About

This Repository is meant to help those new to Proxmox to easily setup a VM With Cloud-Init

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages