forked from Deuxfleurs/nixcfg
staging: fix consul server addresses
This commit is contained in:
parent
9737c661a4
commit
0372df95b5
2 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@
|
||||||
# Bootstrap IPs for Consul cluster,
|
# Bootstrap IPs for Consul cluster,
|
||||||
# these are IPs on the Wireguard overlay
|
# these are IPs on the Wireguard overlay
|
||||||
services.consul.extraConfig.retry_join = [
|
services.consul.extraConfig.retry_join = [
|
||||||
"10.14.1.1" # cariacou
|
|
||||||
"10.14.1.2" # carcajou
|
|
||||||
"10.14.1.3" # caribou
|
"10.14.1.3" # caribou
|
||||||
|
"10.14.2.33" # origan
|
||||||
|
"10.14.3.1" # piranha
|
||||||
];
|
];
|
||||||
|
|
||||||
deuxfleurs.adminAccounts = {
|
deuxfleurs.adminAccounts = {
|
||||||
|
|
|
@ -10,7 +10,7 @@ Host origan
|
||||||
HostName origan.df.trinity.fr.eu.org
|
HostName origan.df.trinity.fr.eu.org
|
||||||
|
|
||||||
Host piranha
|
Host piranha
|
||||||
ProxyJump caribou.machine.deuxfleurs.fr
|
ProxyJump carcajou.machine.deuxfleurs.fr
|
||||||
HostName 10.14.3.1
|
HostName 10.14.3.1
|
||||||
#HostName piranha.polyno.me
|
#HostName piranha.polyno.me
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue