zerotier: use IP addresses from infra

This commit is contained in:
Romain Paquet 2026-02-24 17:53:46 +01:00
parent c42152df9d
commit 0a5ea690b5

View file

@ -2,13 +2,11 @@
{ {
clan.inventory.instances.zerotier = { clan.inventory.instances.zerotier = {
roles.controller.machines.crocus = { }; roles.controller.machines.crocus = { };
roles.moon.machines.crocus = { roles.moon.machines.crocus.settings = {
settings = { stableEndpoints = [
stableEndpoints = [ self.infra.machines.crocus.ipv4
"116.203.18.122" self.infra.machines.crocus.ipv6
"2a01:4f8:1c1e:e415::/64" ];
];
};
}; };
roles.peer.tags."all" = { }; roles.peer.tags."all" = { };
}; };