Skip to content

Commit beef482

Browse files
author
Anandkumar Patel
committed
hotfix port router
1 parent 1862b6c commit beef482

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/delta-hosts/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
delta-bastion
33

44
[navi-port-router]
5-
delta-userland
5+
delta-navi-port-router
66

77
[navi-proxy]
88
localhost

ssh/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Host delta-redis
103103
Host delta-rabbit
104104
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.195 22
105105

106-
Host delta-userland
107-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.244 22
106+
Host delta-navi-port-router
107+
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.111 22
108108

109109
Host delta-mongo-a
110110
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.216 22

0 commit comments

Comments
 (0)