diff --git a/nodes/home.r630-ipmi.toml b/nodes/home.r630-ipmi.toml new file mode 100644 index 0000000..f58012b --- /dev/null +++ b/nodes/home.r630-ipmi.toml @@ -0,0 +1,6 @@ +dummy = true + +[metadata.interfaces.eth0] +ips = ["172.19.138.23"] +dhcp = true +mac = "50:9a:4c:ad:f9:c4" diff --git a/nodes/home.r630.toml b/nodes/home.r630.toml new file mode 100644 index 0000000..e28673b --- /dev/null +++ b/nodes/home.r630.toml @@ -0,0 +1,19 @@ +hostname = "172.19.138.22" +groups = ["debian-bookworm"] + +[metadata] +icinga_options.exclude_from_monitoring = true + +[metadata.interfaces.eno3] +ips = [ + "172.19.138.22/24", +] +gateway4 = "172.19.138.1" +ipv6_accept_ra = true + +[metadata.users.molly] +password = "!decrypt:dummy$no" + +[metadata.vm] +cpu = 56 +ram = 128