forked from Deuxfleurs/nixcfg
staging: use dynamic dns names to connect to nodes for deployment
This commit is contained in:
parent
88f8f9fd1e
commit
ab481c5e70
1 changed files with 12 additions and 6 deletions
|
@ -1,18 +1,24 @@
|
||||||
UserKnownHostsFile ./cluster/staging/known_hosts
|
UserKnownHostsFile ./cluster/staging/known_hosts
|
||||||
|
|
||||||
Host caribou
|
Host caribou
|
||||||
HostName caribou.machine.deuxfleurs.fr
|
#HostName caribou.machine.deuxfleurs.fr
|
||||||
|
HostName caribou.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
Host carcajou
|
Host carcajou
|
||||||
HostName carcajou.machine.deuxfleurs.fr
|
#HostName carcajou.machine.deuxfleurs.fr
|
||||||
|
HostName carcajou.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
Host origan
|
Host origan
|
||||||
HostName origan.df.trinity.fr.eu.org
|
#HostName origan.df.trinity.fr.eu.org
|
||||||
|
HostName origan.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
Host piranha
|
Host piranha
|
||||||
ProxyJump carcajou.machine.deuxfleurs.fr
|
|
||||||
HostName 10.14.3.1
|
|
||||||
#HostName piranha.polyno.me
|
#HostName piranha.polyno.me
|
||||||
|
#OR
|
||||||
|
#ProxyJump carcajou.machine.deuxfleurs.fr
|
||||||
|
#HostName 10.14.3.1
|
||||||
|
HostName piranha.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
Host df-pw5
|
Host df-pw5
|
||||||
HostName df-pw5.machine.deuxfleurs.fr
|
#HostName df-pw5.machine.deuxfleurs.fr
|
||||||
|
HostName df-pw5.machine.staging.deuxfleurs.org
|
||||||
|
|
Loading…
Reference in a new issue