22 lines
399 B
YAML
22 lines
399 B
YAML
image: "incus-images:almalinux9/puppet-base/latest"
|
|
description: Base Server
|
|
type: "container"
|
|
ephemeral: false
|
|
running: true
|
|
|
|
cobbler_netmask: "255.255.255.0"
|
|
cobbler_domain: "main.unkin.net"
|
|
cobbler_profile: "almalinux9-kvm"
|
|
cobbler_name_servers:
|
|
- "198.18.19.16"
|
|
cobbler_mgmt_classes:
|
|
- "roles::base"
|
|
|
|
wait_for:
|
|
- type: ipv4
|
|
nic: eth0
|
|
|
|
profiles: []
|
|
disk_devices: []
|
|
storage_volumes: {}
|