feat(k3s): Add new node
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user