Update Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s

This commit is contained in:
2025-09-11 16:30:03 -06:00
parent fe33f305ee
commit d9f25475cf

View File

@@ -66,7 +66,7 @@ qm set 9000 --ipconfig0 ip=dhcp
qm template 9000 qm template 9000
``` ```
### Deploy a New VM from Template ### Clone the Template into a New VM
You can now create new VMs instantly from the template we created above. You can now create new VMs instantly from the template we created above.
=== "Via WebUI" === "Via WebUI"
@@ -78,7 +78,7 @@ You can now create new VMs instantly from the template we created above.
- Navigate to the new GuestVM in ProxmoxVE and click on the "**Cloud-Init**" tab - Navigate to the new GuestVM in ProxmoxVE and click on the "**Cloud-Init**" tab
- Change the "**User**" and "**Password**" fields if you want to change them - Change the "**User**" and "**Password**" fields if you want to change them
- Double-click on the "**IP Config (net0)**" option - Double-click on the "**IP Config (net0)**" option
- **IPv4/CIDR**: `192.168.3.67/24 - **IPv4/CIDR**: `192.168.3.67/24`
- **Gateway (IPv4)**: `192.168.3.1` - **Gateway (IPv4)**: `192.168.3.1`
- Click the "**OK**" button - Click the "**OK**" button
- Start the VM and wait for it to automatically provision itself - Start the VM and wait for it to automatically provision itself