Files
warewulf/etc/nodes.conf
Jonathon Anderson a886b4958b Simplify and clarify configuration
- changed "secure port" to "tls port"
- removed the --create flag for "wwctl configure tls"; made it the default behavior
- fixed a TLS creation bug in "wwctl configure --all"
- added logging to "wwctl configure tls" and "wwctl configure --all" (for the tls case)

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2026-03-09 21:42:26 -06:00

44 lines
893 B
Plaintext

nodeprofiles:
default:
comment: This profile is automatically included for each node
runtime overlay:
- hosts
- ssh.authorized_keys
system overlay:
- wwinit
- wwclient
- hosts
- fstab
- hostname
- ssh.host_keys
- issue
- resolv
- udev.netname
- systemd.netname
- ifcfg
- ifupdown
- NetworkManager
- wicked
- ignition
kernel:
args:
- quiet
- crashkernel=no
- net.ifnames=1
init: /sbin/init
root: initramfs
ipxe template: default
ipmi:
template: ipmitool.tmpl
resources:
fstab:
- spec: warewulf:/home
file: /home
vfstype: nfs
mntops: defaults,nofail
- spec: warewulf:/opt
file: /opt
vfstype: nfs
mntops: defaults,noauto,nofail,ro
nodes: {}