https://github.com/brendanlees/pve-cloudinit
A quick script to spin up a Proxmox cloud-init template base
https://github.com/brendanlees/pve-cloudinit
bash cloud-init proxmox proxmox-ve
Last synced: about 1 year ago
JSON representation
A quick script to spin up a Proxmox cloud-init template base
- Host: GitHub
- URL: https://github.com/brendanlees/pve-cloudinit
- Owner: brendanlees
- Created: 2024-09-18T01:51:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:28:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T15:25:57.911Z (over 1 year ago)
- Topics: bash, cloud-init, proxmox, proxmox-ve
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`