21 lines
944 B
Plaintext
21 lines
944 B
Plaintext
# proxmox.yaml.example - Beelink mini PC target
|
|
#
|
|
# Beelink SER5 (or similar) running Proxmox on the local network.
|
|
# Copy to proxmox.yaml and edit with your actual credentials.
|
|
#
|
|
# Network: LAN access via vmbr0 with VLAN 69 for VM traffic.
|
|
# Storage: local-lvm (LVM thin pool on internal NVMe).
|
|
|
|
host: 192.168.1.10 # Proxmox host IP (LAN)
|
|
method: ssh # ssh (default) or api
|
|
# api_token_id: automation@pve!deploy # For api method
|
|
node: pve # Proxmox node name
|
|
storage: local-lvm # VM disk storage
|
|
iso_storage: local # ISO/image storage
|
|
bridge: vmbr0 # Network bridge
|
|
vlan: 69 # VLAN tag for VM NIC
|
|
gateway: 192.168.100.1 # Default gateway for static IPs
|
|
dns: 192.168.100.1 # DNS server for static IPs
|
|
pool: IncusLab # Resource pool
|
|
ssh_user: root # SSH user (for ssh method)
|