Merge pull request 'Config Files Update for dev:batch' (#1) from dev-batch into main

Reviewed-on: #1
This commit is contained in:
2025-11-16 21:46:47 +00:00
35 changed files with 619 additions and 49 deletions

View File

@@ -1,13 +0,0 @@
# Batch file example - one config file per line
# Lines starting with # are comments
# Ubuntu templates
configs/ubuntu-22.04.yaml
configs/ubuntu-20.04.yaml
# Debian templates
configs/debian-12.yaml
configs/debian-11.yaml
# CentOS templates
configs/centos-stream-9.yaml

49
batch.txt Normal file
View File

@@ -0,0 +1,49 @@
# Ubuntu Config Files (100001, 100002, 100003, 10004)
configs/ubuntu/ubuntu-20.yaml
configs/ubuntu/ubuntu-22.yaml
configs/ubuntu/ubuntu-24.yaml
configs/ubuntu/ubuntu-25-nolts.yaml
# Debian Config Files (100005, 100006, 100007)
configs/debian/debian-11.yaml
configs/debian/debian-12.yaml
configs/debian/debian-13.yaml
# Fedora Config Files (100008, 100009, 100010)
configs/fedora/fedora-41.yaml
configs/fedora/fedora-42.yaml
configs/fedora/fedora-43.yaml
# Rocky Config Files (100011, 100012, 100013)
configs/rocky/rocky-8.yaml
configs/rocky/rocky-9.yaml
configs/rocky/rocky-10.yaml
# Oracle Config Files (100014, 100015, 100016)
configs/oracle/oracle-8.yaml
configs/oracle/oracle-9.yaml
configs/oracle/oracle-10.yaml
# CloudLinux Minimal Config Files (100017, 100018, 100019)
configs/cloudlinux/minimal/cloudlinux-7-minimal.yaml
configs/cloudlinux/minimal/cloudlinux-8-minimal.yaml
configs/cloudlinux/minimal/cloudlinux-9-minimal.yaml
# CloudLinux Panel Config Files (100020, 100021, 100022)
configs/cloudlinux/panel/cloudlinux-7-panel.yaml
configs/cloudlinux/panel/cloudlinux-8-panel.yaml
configs/cloudlinux/panel/cloudlinux-9-panel.yaml
# Centos Config Files (100023, 100024, 100025)
configs/centos/centos-8-stream.yaml
configs/centos/centos-9-stream.yaml
configs/centos/centos-10-stream.yaml
# Alpine Config Files (100026, 100027)
configs/alpine/alpine-3_21.yaml
configs/alpine/alpine-3_22.yaml
# Alma Config Files (100028, 100029, 100030)
configs/alma/alma-8.yaml
configs/alma/alma-9.yaml
configs/alma/alma-10.yaml

19
configs/alma/alma-10.yaml Normal file
View File

@@ -0,0 +1,19 @@
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"

19
configs/alma/alma-8.yaml Normal file
View File

@@ -0,0 +1,19 @@
image_url: "https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2"
vm_name: "cloudimg-alma-8"
vm_id: 100028
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"

19
configs/alma/alma-9.yaml Normal file
View File

@@ -0,0 +1,19 @@
image_url: "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2"
vm_name: "cloudimg-alma-9"
vm_id: 100029
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://dl-cdn.alpinelinux.org/alpine/v3.21/releases/cloud/generic_alpine-3.21.5-x86_64-bios-cloudinit-r0.qcow2"
vm_name: "cloudimg-alpine-3.21"
vm_id: 100026
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://dl-cdn.alpinelinux.org/alpine/v3.22/releases/cloud/generic_alpine-3.22.2-x86_64-bios-cloudinit-r0.qcow2"
vm_name: "cloudimg-alpin-3.22"
vm_id: 100027
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://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"

View File

@@ -0,0 +1,19 @@
image_url: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2"
vm_name: "cloudimg-centos-8-stream"
vm_id: 100023
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://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
vm_name: "cloudimg-centos-9-stream"
vm_id: 100024
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://images.cloudlinux.com/images/openstack/cloudlinux/nopanel/7-amd64/cloudlinux-7.9-x86_64-openstack-20230616.qcow2"
vm_name: "cloudimg-cloudlinux-7.9-minimal"
vm_id: 100017
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://images.cloudlinux.com/images/openstack/cloudlinux/nopanel/8-amd64/cloudlinux-8.10-x86_64-openstack-20251027.qcow2"
vm_name: "cloudimg-cloudlinux-8.10-minimal"
vm_id: 100018
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://images.cloudlinux.com/images/openstack/cloudlinux/nopanel/9-amd64/cloudlinux-9.6-x86_64-openstack-20251027.qcow2"
vm_name: "cloudimg-cloudlinux-9.6-minimal"
vm_id: 100019
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://images.cloudlinux.com/images/openstack/cloudlinux/cpanel/7-amd64/cloudlinux-7.9-x86_64-cpanel-openstack-20230621.qcow2"
vm_name: "cloudimg-cloudlinux-7.9-panel"
vm_id: 100020
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://images.cloudlinux.com/images/openstack/cloudlinux/cpanel/8-amd64/cloudlinux-8.10-x86_64-cpanel-openstack-20251030.qcow2"
vm_name: "cloudimg-cloudlinux-8.10-panel"
vm_id: 100021
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://images.cloudlinux.com/images/openstack/cloudlinux/cpanel/9-amd64/cloudlinux-9.6-x86_64-cpanel-openstack-20251030.qcow2"
vm_name: "cloudimg-cloudlinux-9.6-panel"
vm_id: 100022
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

@@ -1,12 +0,0 @@
image_url: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2"
vm_name: "debian-12-template"
vm_id: 0
storage: "local-lvm"
memory: 2048
cores: 2
disk_size: "20G"
bridge: "vmbr0"
vlan_tag: 0
ssh_key: "/root/.ssh/id_rsa.pub"
proxmox_host: "192.168.1.100"
proxmox_user: "root@pam"

View File

@@ -0,0 +1,19 @@
image_url: "https://cdimage.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2"
vm_name: "cloudimg-debian-11"
vm_id: 100005
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://cdimage.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2"
vm_name: "cloudimg-debian-12"
vm_id: 100006
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://cdimage.debian.org/images/cloud/trixie/latest/debian-13-generic-amd64.qcow2"
vm_name: "cloudimg-debian-13"
vm_id: 100007
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://mirrors.bfsu.edu.cn/fedora/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2"
vm_name: "cloudimg-fedora-41"
vm_id: 100008
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://mirrors.bfsu.edu.cn/fedora/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
vm_name: "cloudimg-fedora-42"
vm_id: 100009
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://mirrors.bfsu.edu.cn/fedora/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2"
vm_name: "cloudimg-fedora-43"
vm_id: 100010
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/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"

View File

@@ -0,0 +1,19 @@
image_url: "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
vm_name: "cloudimg-rocky-10.0"
vm_id: 100013
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://dl.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud-Base.latest.x86_64.qcow2"
vm_name: "cloudimg-rocky-8.10"
vm_id: 100011
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://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2"
vm_name: "cloudimg-rocky-9.6"
vm_id: 100012
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

@@ -1,12 +0,0 @@
image_url: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
vm_name: "ubuntu-20.04-template"
vm_id: 0
storage: "local-lvm"
memory: 2048
cores: 2
disk_size: "20G"
bridge: "vmbr0"
vlan_tag: 0
ssh_key: "/root/.ssh/id_rsa.pub"
proxmox_host: "192.168.1.100"
proxmox_user: "root@pam"

View File

@@ -1,12 +0,0 @@
image_url: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
vm_name: "ubuntu-22.04-template"
vm_id: 0
storage: "local-lvm"
memory: 2048
cores: 2
disk_size: "20G"
bridge: "vmbr0"
vlan_tag: 0
ssh_key: "/root/.ssh/id_rsa.pub"
proxmox_host: "192.168.1.100"
proxmox_user: "root@pam"

View File

@@ -0,0 +1,19 @@
image_url: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
vm_name: "cloudimg-ubuntu-20.04"
vm_id: 100001
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://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
vm_name: "cloudimg-ubuntu-22.04"
vm_id: 100002
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://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
vm_name: "cloudimg-ubuntu-24.04"
vm_id: 100003
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://cloud-images.ubuntu.com/plucky/current/plucky-server-cloudimg-amd64.img"
vm_name: "cloudimg-ubuntu-25.04-nolts"
vm_id: 100004
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"