feat(k3s): Add new node and machine

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-10-26 10:41:11 +01:00
parent 9cb90a8020
commit 22c1b534ab
4 changed files with 102 additions and 54 deletions

View File

@@ -133,14 +133,47 @@ vms:
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 128
- name: "k3s-agent99"
node: "aya01"
vmid: 299
- name: "k3s-agent16"
node: "mii01"
vmid: 216
cores: 2
memory: 16384
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 129
disk_size: 64
- name: "k3s-agent17"
node: "mii01"
vmid: 217
cores: 2
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
- name: "k3s-agent18"
node: "mii01"
vmid: 218
cores: 2
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
- name: "k3s-agent19"
node: "mii01"
vmid: 219
cores: 2
memory: 4096
net:
net0: "virtio,bridge=vmbr0,firewall=1"
boot_image: "{{ proxmox_cloud_init_images.debian.name }}"
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64