Files
proxmox-tools/windows-tools/configs/windows-11.yaml

31 lines
555 B
YAML

image_path: "/path/to/windows-11.qcow2"
vm_name: "windows-11-template"
vm_id: 0
storage: "local-lvm"
memory: 8192
cores: 4
sockets: 1
bridge: "vmbr0"
vlan_tag: 0
proxmox_host: "192.168.1.100"
proxmox_user: "root@pam"
guest_agent: true
firewall: true
firewall_rules:
- type: in
action: accept
protocol: tcp
dport: "3389"
comment: "Allow RDP"
- type: out
action: accept
protocol: tcp
dport: "80,443"
comment: "Allow HTTP/HTTPS"
- type: out
action: accept
protocol: udp
dport: "53"
comment: "Allow DNS"