Skip to content

A quick script to spin up a Proxmox cloud-init template base

Notifications You must be signed in to change notification settings

brendanlees/pve-cloudinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pve-cloudinit

A quick script to spin up a Proxmox cloud-init template base

Set Up Script

  • Start a shell session on the Proxmox host
  • Clone the script - git clone https://github.com/brendanlees/pve-cloudinit
  • Edit the script and update the values under the '# --- defaults' area - nano cloud-init.sh
  • Make it executable - chmod +x cloud-init.sh
  • Run it! - sudo sh cloud-init.sh

Post Script Run (Proxmox GUI)

(optional) Under 'Options', set :

  • Use tablet for pointer = No
  • CPU = Host
  • Memory = uncheck 'Ballooning Device'

Under 'Cloud-Init' options, set:

  • IP Config = DHCP
  • Upgrade Packages = Yes
  • Add you SSH pub key, user credentials
  • Don't run the VM - right-click and Convert To Template

About

A quick script to spin up a Proxmox cloud-init template base

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages