feat(k3s): Added (temporary) node

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-10-19 00:53:56 +02:00
parent c3905ed144
commit 4a00f5c834
4 changed files with 61 additions and 45 deletions

View File

@@ -133,3 +133,14 @@ vms:
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 128
- name: "k3s-agent99"
node: "aya01"
vmid: 299
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: 129