inventory/poy-network: add

This commit is contained in:
2026-05-04 15:05:09 +07:00
parent a22582502b
commit 0aabd4f527
+16
View File
@@ -10,7 +10,9 @@
glom = [
"vega"
"ramus"
"canopus"
];
poy = [ "deneb" ];
w = [ "sirius" ];
b4l = [
"rigel"
@@ -108,6 +110,20 @@
roles.peer.tags.b4l = { };
};
poy-network = {
module = {
name = "zerotier";
input = "clan-core";
};
roles.controller.machines."deneb" = {
settings.allowedIps = [
#kurogeek
"fdfe:7bf:a795:4524:4c99:932b:d36d:b8cc"
];
};
roles.peer.tags."poy" = { };
};
yggdrasil-global-network = {
module = {
name = "yggdrasil";