docs: add comments to describe the code

This commit is contained in:
2025-05-27 20:42:23 +00:00
parent 54317c0a1c
commit e17e6be329
3 changed files with 65 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
node_name = "zenith"
vm_name = "zenith-vm"
vm_cpu = 2
vm_ram = 2048
vm_vlan = 66
node_name = "zenith" # Name of the Proxmox node where the VM will be deployed
vm_name = "zenith-vm" # Desired name for the new virtual machine
vm_cpu = 2 # Number of CPU cores to allocate to the VM
vm_ram = 2048 # Amount of RAM in MB (2 GB)
vm_vlan = 66 # VLAN ID for network segmentation