feat(k3s): Add new node

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-10-07 23:46:40 +02:00
parent 2909d6e16c
commit 5fb50ab4b2
3 changed files with 57 additions and 42 deletions

View File

@@ -122,3 +122,14 @@ vms:
ciuser: "{{ user }}"
sshkeys: "{{ pubkey }}"
disk_size: 64
- name: "k3s-agent15"
node: "naruto01"
vmid: 215
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: 128