Skip to content

Commit e85a95c

Browse files
author
Christopher M. Neill
committed
Merge branch 'master' into aws-sg-automator
2 parents 2ca58d6 + a227189 commit e85a95c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ansible/gamma-hosts/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gamma-api
3535
gamma-services
3636

3737
[navi]
38-
gamma-services
38+
gamma-navi
3939

4040
[charon]
4141
gamma-services

ssh/config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ Host gamma-services-us-west-2a
257257
Host gamma-services
258258
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
259259

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+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
265+
260266
## Gamma Registry
261267
Host gamma-registry-us-west-2a
262268
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22

0 commit comments

Comments
 (0)