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,14 +2,12 @@
|
|||
{
|
||||
clan.inventory.instances.zerotier = {
|
||||
roles.controller.machines.crocus = { };
|
||||
roles.moon.machines.crocus = {
|
||||
settings = {
|
||||
roles.moon.machines.crocus.settings = {
|
||||
stableEndpoints = [
|
||||
"116.203.18.122"
|
||||
"2a01:4f8:1c1e:e415::/64"
|
||||
self.infra.machines.crocus.ipv4
|
||||
self.infra.machines.crocus.ipv6
|
||||
];
|
||||
};
|
||||
};
|
||||
roles.peer.tags."all" = { };
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue