Migrate to nodes directory and make bwfiles base configurable

This commit is contained in:
2025-11-05 20:25:47 +01:00
parent 266e7330be
commit 3c353d3608
4 changed files with 77 additions and 62 deletions

View File

@@ -0,0 +1,16 @@
nodes.update({
"mercury.net.clerie.de": {
"username": "root",
"bundles": (
"systemd",
"debian-user-clerie",
"debian-clerie-monitoring",
),
"metadata": {
"clerie-monitoring": {
"id": 401,
"private-key": bws.get(["mercury.net.clerie.de", "wg-monitoring"]),
},
},
},
})