23 lines
489 B
YAML
23 lines
489 B
YAML
proxmox_api_user: root
|
|
proxmox_api_host: 192.168.20.12
|
|
proxmox_api_password: "{{ vault.pve.aya01.root.sudo }}"
|
|
|
|
proxmox_vms:
|
|
- name: "test-vm-00"
|
|
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"
|