19 lines
511 B
YAML
19 lines
511 B
YAML
image_url: "https://repo.almalinux.org/almalinux/10/cloud/x86_64_v2/images/AlmaLinux-10-GenericCloud-latest.x86_64_v2.qcow2"
|
|
vm_name: "cloudimg-alma-10"
|
|
vm_id: 100030
|
|
storage: "local"
|
|
memory: 1024
|
|
cores: 1
|
|
disk_size: "10G"
|
|
bridge: "vmbr1"
|
|
vlan_tag: 301
|
|
proxmox_host: "10.10.26.11"
|
|
proxmox_user: "root@pam"
|
|
proxmox_pass: "Pnd77net!"
|
|
guest_agent: true
|
|
firewall: true
|
|
firewall_rules:
|
|
- type: out
|
|
action: drop
|
|
dest: "10.0.0.0/8"
|
|
comment: "Bottom Most Rules - Block Service Network to Internal Network" |