Added proxmox-vm and static tagging of docker images

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-04-06 18:04:33 +02:00
parent 56f058c254
commit 27621aac03
20 changed files with 377 additions and 126 deletions

View File

@@ -4,10 +4,19 @@ proxmox_api_password: "{{ vault.pve.aya01.root.sudo }}"
proxmox_vms:
- name: "test-vm-00"
hostname: "test-vm-00"
node:
- "aya01"
ostemplate: ""
node: "inko"
vmid: 950
cores: 2
cpu: "x86-64-v2-AES"
memory: 8192 # in MiB
net:
net0: "virtio,bridge=vmbr0,firewall=1"
scsi:
scsi0: "proxmox:64,format=qcow2"
scsihw: "virtio-scsi-single"
ostype: "l26"
sshkeys: "{{ pubkey }}"
ciuser: "{{ user }}"
proxmox_lxcs:
- name: "test-lxc-00"