We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1862b6c commit beef482Copy full SHA for beef482
2 files changed
ansible/delta-hosts/hosts
@@ -2,7 +2,7 @@
2
delta-bastion
3
4
[navi-port-router]
5
-delta-userland
+delta-navi-port-router
6
7
[navi-proxy]
8
localhost
ssh/config
@@ -103,8 +103,8 @@ Host delta-redis
103
Host delta-rabbit
104
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.195 22
105
106
-Host delta-userland
107
- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.244 22
+Host delta-navi-port-router
+ ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.111 22
108
109
Host delta-mongo-a
110
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.216 22
0 commit comments