Skip to content

Commit 142ea6d

Browse files
committed
updated config file update ec2 instance and update gamma host with different worker
1 parent 758fc88 commit 142ea6d

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
@@ -29,7 +29,7 @@ gamma-web
2929
gamma-services
3030

3131
[worker]
32-
gamma-api
32+
gamma-worker
3333

3434
[eru]
3535
gamma-services

ssh/config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Host gamma-api
8282
Host gamma-api-us-west-2a
8383
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.170 22
8484

85+
Host gamma-api-worker
86+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.225 22
87+
88+
Host gamma-api-worker-us-west-2a
89+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.225 22
90+
8591
## Gamma MongoDB
8692
Host gamma-mongo-a
8793
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.56 22

0 commit comments

Comments
 (0)