zerotier: use IP addresses from infra
This commit is contained in:
parent
c42152df9d
commit
0a5ea690b5
1 changed files with 5 additions and 7 deletions
|
|
@ -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" = { };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue