25 lines
584 B
YAML
25 lines
584 B
YAML
# Connection settings from proxmox.yaml (see examples/proxmox.yaml.example).
|
|
# Add a proxmox: section here to override per-deployment.
|
|
|
|
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
|
|
|