Config Files Update for dev:batch

This commit is contained in:
2025-11-16 22:35:01 +07:00
parent ea8886f5fc
commit dabdd87d2e
35 changed files with 619 additions and 49 deletions

View File

@@ -0,0 +1,19 @@
image_url: "https://yum.oracle.com/templates/OracleLinux/OL10/u0/x86_64/OL10U0_x86_64-kvm-b266.qcow2"
vm_name: "cloudimg-oracle-10.0"
vm_id: 100016
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"

View File

@@ -0,0 +1,19 @@
image_url: "https://yum.oracle.com/templates/OracleLinux/OL8/u10/x86_64/OL8U10_x86_64-kvm-b258.qcow2"
vm_name: "cloudimg-oracle-8.10"
vm_id: 100014
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"

View File

@@ -0,0 +1,19 @@
image_url: "https://yum.oracle.com/templates/OracleLinux/OL9/u6/x86_64/OL9U6_x86_64-kvm-b265.qcow2"
vm_name: "cloudimg-oracle-9.6"
vm_id: 100015
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"