Files
proxmox-tools/configs/centos/centos-10-stream.yaml

19 lines
521 B
YAML

image_url: "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2"
vm_name: "cloudimg-centos-10-stream"
vm_id: 100025
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"