incus-contrib/incusos/examples/my-test.yaml

29 lines
621 B
YAML

proxmox:
host: 192.168.1.29
method: api
api_token_id: automation@pve!deploy
storage: local-zfs # VM disk storage (default: local-lvm)
pool: IncusLab
defaults:
cores: 2
memory: 4096 # Minimum for IncusOS
disk: 50 # Minimum for IncusOS
start_vmid: 900 # High range to avoid collisions
vms:
- name: incus-lab-01
app: incus
apply_defaults: true
cores: 4
memory: 8192
disk: 64
- name: incus-lab-02
app: incus
apply_defaults: true
- name: ops-center
app: operations-center
apply_defaults: true