We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15099a9 + 7287478 commit a227189Copy full SHA for a227189
2 files changed
ansible/gamma-hosts/hosts
@@ -27,7 +27,7 @@ gamma-api
27
gamma-services
28
29
[navi]
30
-gamma-services
+gamma-navi
31
32
[charon]
33
ssh/config
@@ -257,6 +257,12 @@ Host gamma-services-us-west-2a
257
Host gamma-services
258
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
259
260
+Host gamma-navi-us-west-2a
261
+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
262
+
263
+Host gamma-navi
264
265
266
## Gamma Registry
267
Host gamma-registry-us-west-2a
268
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
0 commit comments