Config Files Update for dev:batch
This commit is contained in:
19
configs/fedora/fedora-41.yaml
Normal file
19
configs/fedora/fedora-41.yaml
Normal 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"
|
||||
19
configs/fedora/fedora-42.yaml
Normal file
19
configs/fedora/fedora-42.yaml
Normal 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"
|
||||
19
configs/fedora/fedora-43.yaml
Normal file
19
configs/fedora/fedora-43.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user