From dabdd87d2e52fcb516663b0e6ff34d92c155277c Mon Sep 17 00:00:00 2001 From: Faiz Kaysan Hidayat Date: Sun, 16 Nov 2025 22:35:01 +0700 Subject: [PATCH] Config Files Update for dev:batch --- batch.example.txt | 13 ----- batch.txt | 49 +++++++++++++++++++ configs/alma/alma-10.yaml | 19 +++++++ configs/alma/alma-8.yaml | 19 +++++++ configs/alma/alma-9.yaml | 19 +++++++ configs/alpine/alpine-3_21.yaml | 19 +++++++ configs/alpine/alpine-3_22.yaml | 19 +++++++ configs/centos/centos-10-stream.yaml | 19 +++++++ configs/centos/centos-8-stream.yaml | 19 +++++++ configs/centos/centos-9-stream.yaml | 19 +++++++ .../minimal/cloudlinux-7-minimal.yaml | 19 +++++++ .../minimal/cloudlinux-8-minimal.yaml | 19 +++++++ .../minimal/cloudlinux-9-minimal.yaml | 19 +++++++ .../cloudlinux/panel/cloudlinux-7-panel.yaml | 19 +++++++ .../cloudlinux/panel/cloudlinux-8-panel.yaml | 19 +++++++ .../cloudlinux/panel/cloudlinux-9-panel.yaml | 19 +++++++ configs/debian-12.yaml | 12 ----- configs/debian/debian-11.yaml | 19 +++++++ configs/debian/debian-12.yaml | 19 +++++++ configs/debian/debian-13.yaml | 19 +++++++ configs/fedora/fedora-41.yaml | 19 +++++++ configs/fedora/fedora-42.yaml | 19 +++++++ configs/fedora/fedora-43.yaml | 19 +++++++ configs/oracle/oracle-10.yaml | 19 +++++++ configs/oracle/oracle-8.yaml | 19 +++++++ configs/oracle/oracle-9.yaml | 19 +++++++ configs/rocky/rocky-10.yaml | 19 +++++++ configs/rocky/rocky-8.yaml | 19 +++++++ configs/rocky/rocky-9.yaml | 19 +++++++ configs/ubuntu-20.04.yaml | 12 ----- configs/ubuntu-22.04.yaml | 12 ----- configs/ubuntu/ubuntu-20.yaml | 19 +++++++ configs/ubuntu/ubuntu-22.yaml | 19 +++++++ configs/ubuntu/ubuntu-24.yaml | 19 +++++++ configs/ubuntu/ubuntu-25-nolts.yaml | 19 +++++++ 35 files changed, 619 insertions(+), 49 deletions(-) delete mode 100644 batch.example.txt create mode 100644 batch.txt create mode 100644 configs/alma/alma-10.yaml create mode 100644 configs/alma/alma-8.yaml create mode 100644 configs/alma/alma-9.yaml create mode 100644 configs/alpine/alpine-3_21.yaml create mode 100644 configs/alpine/alpine-3_22.yaml create mode 100644 configs/centos/centos-10-stream.yaml create mode 100644 configs/centos/centos-8-stream.yaml create mode 100644 configs/centos/centos-9-stream.yaml create mode 100644 configs/cloudlinux/minimal/cloudlinux-7-minimal.yaml create mode 100644 configs/cloudlinux/minimal/cloudlinux-8-minimal.yaml create mode 100644 configs/cloudlinux/minimal/cloudlinux-9-minimal.yaml create mode 100644 configs/cloudlinux/panel/cloudlinux-7-panel.yaml create mode 100644 configs/cloudlinux/panel/cloudlinux-8-panel.yaml create mode 100644 configs/cloudlinux/panel/cloudlinux-9-panel.yaml delete mode 100644 configs/debian-12.yaml create mode 100644 configs/debian/debian-11.yaml create mode 100644 configs/debian/debian-12.yaml create mode 100644 configs/debian/debian-13.yaml create mode 100644 configs/fedora/fedora-41.yaml create mode 100644 configs/fedora/fedora-42.yaml create mode 100644 configs/fedora/fedora-43.yaml create mode 100644 configs/oracle/oracle-10.yaml create mode 100644 configs/oracle/oracle-8.yaml create mode 100644 configs/oracle/oracle-9.yaml create mode 100644 configs/rocky/rocky-10.yaml create mode 100644 configs/rocky/rocky-8.yaml create mode 100644 configs/rocky/rocky-9.yaml delete mode 100644 configs/ubuntu-20.04.yaml delete mode 100644 configs/ubuntu-22.04.yaml create mode 100644 configs/ubuntu/ubuntu-20.yaml create mode 100644 configs/ubuntu/ubuntu-22.yaml create mode 100644 configs/ubuntu/ubuntu-24.yaml create mode 100644 configs/ubuntu/ubuntu-25-nolts.yaml diff --git a/batch.example.txt b/batch.example.txt deleted file mode 100644 index a250b18..0000000 --- a/batch.example.txt +++ /dev/null @@ -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 diff --git a/batch.txt b/batch.txt new file mode 100644 index 0000000..2a1186e --- /dev/null +++ b/batch.txt @@ -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 \ No newline at end of file diff --git a/configs/alma/alma-10.yaml b/configs/alma/alma-10.yaml new file mode 100644 index 0000000..c14973a --- /dev/null +++ b/configs/alma/alma-10.yaml @@ -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" \ No newline at end of file diff --git a/configs/alma/alma-8.yaml b/configs/alma/alma-8.yaml new file mode 100644 index 0000000..c467fda --- /dev/null +++ b/configs/alma/alma-8.yaml @@ -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" \ No newline at end of file diff --git a/configs/alma/alma-9.yaml b/configs/alma/alma-9.yaml new file mode 100644 index 0000000..9a655ad --- /dev/null +++ b/configs/alma/alma-9.yaml @@ -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" \ No newline at end of file diff --git a/configs/alpine/alpine-3_21.yaml b/configs/alpine/alpine-3_21.yaml new file mode 100644 index 0000000..e65d6ee --- /dev/null +++ b/configs/alpine/alpine-3_21.yaml @@ -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" \ No newline at end of file diff --git a/configs/alpine/alpine-3_22.yaml b/configs/alpine/alpine-3_22.yaml new file mode 100644 index 0000000..ae42880 --- /dev/null +++ b/configs/alpine/alpine-3_22.yaml @@ -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" \ No newline at end of file diff --git a/configs/centos/centos-10-stream.yaml b/configs/centos/centos-10-stream.yaml new file mode 100644 index 0000000..fcca5a5 --- /dev/null +++ b/configs/centos/centos-10-stream.yaml @@ -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" \ No newline at end of file diff --git a/configs/centos/centos-8-stream.yaml b/configs/centos/centos-8-stream.yaml new file mode 100644 index 0000000..f445bfd --- /dev/null +++ b/configs/centos/centos-8-stream.yaml @@ -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" \ No newline at end of file diff --git a/configs/centos/centos-9-stream.yaml b/configs/centos/centos-9-stream.yaml new file mode 100644 index 0000000..e758196 --- /dev/null +++ b/configs/centos/centos-9-stream.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/minimal/cloudlinux-7-minimal.yaml b/configs/cloudlinux/minimal/cloudlinux-7-minimal.yaml new file mode 100644 index 0000000..a0cd9aa --- /dev/null +++ b/configs/cloudlinux/minimal/cloudlinux-7-minimal.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/minimal/cloudlinux-8-minimal.yaml b/configs/cloudlinux/minimal/cloudlinux-8-minimal.yaml new file mode 100644 index 0000000..f8e4ece --- /dev/null +++ b/configs/cloudlinux/minimal/cloudlinux-8-minimal.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/minimal/cloudlinux-9-minimal.yaml b/configs/cloudlinux/minimal/cloudlinux-9-minimal.yaml new file mode 100644 index 0000000..ec2a948 --- /dev/null +++ b/configs/cloudlinux/minimal/cloudlinux-9-minimal.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/panel/cloudlinux-7-panel.yaml b/configs/cloudlinux/panel/cloudlinux-7-panel.yaml new file mode 100644 index 0000000..c3e1442 --- /dev/null +++ b/configs/cloudlinux/panel/cloudlinux-7-panel.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/panel/cloudlinux-8-panel.yaml b/configs/cloudlinux/panel/cloudlinux-8-panel.yaml new file mode 100644 index 0000000..280e5cc --- /dev/null +++ b/configs/cloudlinux/panel/cloudlinux-8-panel.yaml @@ -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" \ No newline at end of file diff --git a/configs/cloudlinux/panel/cloudlinux-9-panel.yaml b/configs/cloudlinux/panel/cloudlinux-9-panel.yaml new file mode 100644 index 0000000..ea15b7b --- /dev/null +++ b/configs/cloudlinux/panel/cloudlinux-9-panel.yaml @@ -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" \ No newline at end of file diff --git a/configs/debian-12.yaml b/configs/debian-12.yaml deleted file mode 100644 index bba1bba..0000000 --- a/configs/debian-12.yaml +++ /dev/null @@ -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" diff --git a/configs/debian/debian-11.yaml b/configs/debian/debian-11.yaml new file mode 100644 index 0000000..382cb4c --- /dev/null +++ b/configs/debian/debian-11.yaml @@ -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" \ No newline at end of file diff --git a/configs/debian/debian-12.yaml b/configs/debian/debian-12.yaml new file mode 100644 index 0000000..cece215 --- /dev/null +++ b/configs/debian/debian-12.yaml @@ -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" \ No newline at end of file diff --git a/configs/debian/debian-13.yaml b/configs/debian/debian-13.yaml new file mode 100644 index 0000000..24ad32b --- /dev/null +++ b/configs/debian/debian-13.yaml @@ -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" \ No newline at end of file diff --git a/configs/fedora/fedora-41.yaml b/configs/fedora/fedora-41.yaml new file mode 100644 index 0000000..f2146e4 --- /dev/null +++ b/configs/fedora/fedora-41.yaml @@ -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" \ No newline at end of file diff --git a/configs/fedora/fedora-42.yaml b/configs/fedora/fedora-42.yaml new file mode 100644 index 0000000..c5d4deb --- /dev/null +++ b/configs/fedora/fedora-42.yaml @@ -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" \ No newline at end of file diff --git a/configs/fedora/fedora-43.yaml b/configs/fedora/fedora-43.yaml new file mode 100644 index 0000000..c24da46 --- /dev/null +++ b/configs/fedora/fedora-43.yaml @@ -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" \ No newline at end of file diff --git a/configs/oracle/oracle-10.yaml b/configs/oracle/oracle-10.yaml new file mode 100644 index 0000000..75fa95e --- /dev/null +++ b/configs/oracle/oracle-10.yaml @@ -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" \ No newline at end of file diff --git a/configs/oracle/oracle-8.yaml b/configs/oracle/oracle-8.yaml new file mode 100644 index 0000000..0ebacaf --- /dev/null +++ b/configs/oracle/oracle-8.yaml @@ -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" \ No newline at end of file diff --git a/configs/oracle/oracle-9.yaml b/configs/oracle/oracle-9.yaml new file mode 100644 index 0000000..f228f50 --- /dev/null +++ b/configs/oracle/oracle-9.yaml @@ -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" \ No newline at end of file diff --git a/configs/rocky/rocky-10.yaml b/configs/rocky/rocky-10.yaml new file mode 100644 index 0000000..c9b9227 --- /dev/null +++ b/configs/rocky/rocky-10.yaml @@ -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" \ No newline at end of file diff --git a/configs/rocky/rocky-8.yaml b/configs/rocky/rocky-8.yaml new file mode 100644 index 0000000..32d33db --- /dev/null +++ b/configs/rocky/rocky-8.yaml @@ -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" \ No newline at end of file diff --git a/configs/rocky/rocky-9.yaml b/configs/rocky/rocky-9.yaml new file mode 100644 index 0000000..180a7cb --- /dev/null +++ b/configs/rocky/rocky-9.yaml @@ -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" \ No newline at end of file diff --git a/configs/ubuntu-20.04.yaml b/configs/ubuntu-20.04.yaml deleted file mode 100644 index 98f2e04..0000000 --- a/configs/ubuntu-20.04.yaml +++ /dev/null @@ -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" diff --git a/configs/ubuntu-22.04.yaml b/configs/ubuntu-22.04.yaml deleted file mode 100644 index e61fd20..0000000 --- a/configs/ubuntu-22.04.yaml +++ /dev/null @@ -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" diff --git a/configs/ubuntu/ubuntu-20.yaml b/configs/ubuntu/ubuntu-20.yaml new file mode 100644 index 0000000..1424373 --- /dev/null +++ b/configs/ubuntu/ubuntu-20.yaml @@ -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" \ No newline at end of file diff --git a/configs/ubuntu/ubuntu-22.yaml b/configs/ubuntu/ubuntu-22.yaml new file mode 100644 index 0000000..535ed8a --- /dev/null +++ b/configs/ubuntu/ubuntu-22.yaml @@ -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" \ No newline at end of file diff --git a/configs/ubuntu/ubuntu-24.yaml b/configs/ubuntu/ubuntu-24.yaml new file mode 100644 index 0000000..125d415 --- /dev/null +++ b/configs/ubuntu/ubuntu-24.yaml @@ -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" \ No newline at end of file diff --git a/configs/ubuntu/ubuntu-25-nolts.yaml b/configs/ubuntu/ubuntu-25-nolts.yaml new file mode 100644 index 0000000..759bdff --- /dev/null +++ b/configs/ubuntu/ubuntu-25-nolts.yaml @@ -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" \ No newline at end of file