From e35fbdd1834ac08ef8ede9a131e18237f59e9781 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 10 Oct 2024 19:40:01 +0200 Subject: [PATCH] add rottenraptor-server --- nodes/rottenraptor-server.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nodes/rottenraptor-server.toml diff --git a/nodes/rottenraptor-server.toml b/nodes/rottenraptor-server.toml new file mode 100644 index 0000000..b73bba4 --- /dev/null +++ b/nodes/rottenraptor-server.toml @@ -0,0 +1,14 @@ +hostname = "172.19.138.98" +groups = ["debian-bookworm"] +bundles = ["ipmitool"] + +[metadata] +backups.exclude_from_backups = true + +[metadata.interfaces.eno4] +ips = [ + "91.198.192.207/27", + "2001:67c:b54:1::e/64", +] +gateway4 = "91.198.192.193" +gateway6 = "2001:67c:b54:1::1"