edit bugs
This commit is contained in:
12
configs/debian-12.yaml
Normal file
12
configs/debian-12.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
12
configs/ubuntu-20.04.yaml
Normal file
12
configs/ubuntu-20.04.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
12
configs/ubuntu-22.04.yaml
Normal file
12
configs/ubuntu-22.04.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user