feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user