Config Files Update for dev:batch
This commit is contained in:
19
configs/ubuntu/ubuntu-20.yaml
Normal file
19
configs/ubuntu/ubuntu-20.yaml
Normal 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"
|
||||
19
configs/ubuntu/ubuntu-22.yaml
Normal file
19
configs/ubuntu/ubuntu-22.yaml
Normal 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"
|
||||
19
configs/ubuntu/ubuntu-24.yaml
Normal file
19
configs/ubuntu/ubuntu-24.yaml
Normal 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"
|
||||
19
configs/ubuntu/ubuntu-25-nolts.yaml
Normal file
19
configs/ubuntu/ubuntu-25-nolts.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user