terraform-incus/templates/base/config.yaml
Ben Vincent cb67816eee feat: initial commit
- have been working on this for some time now
2025-05-30 22:36:55 +10:00

16 lines
295 B
YAML

description: {{.description}}
cobbler_mgmt_classes:
- {{.puppet_class}}
profiles:
- disk{{.disksize}}
- net_{{.primarynet}}_eth0
- {{.resourcegroup}}
{{- if .datadisk }}
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: {{ .datadisksize }}GB
{{- end }}