File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ delta-web
2929delta-services
3030
3131[worker]
32- delta-api
32+ delta-api-worker
3333
3434[docks]
3535
@@ -95,6 +95,7 @@ bastion
9595hipache
9696mongodb
9797api
98+ worker
9899web
99100redis
100101redis-slave
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gamma-web
2929gamma-services
3030
3131[worker]
32- gamma-api
32+ gamma-api-worker
3333
3434[eru]
3535gamma-services
@@ -95,6 +95,7 @@ bastion
9595hipache
9696mongodb
9797api
98+ worker
9899web
99100redis
100101redis-slave
Original file line number Diff line number Diff line change 77- hosts : redis
88- hosts : swarm-manager
99
10- - hosts : api
10+ - hosts : worker
1111 vars_files :
1212 - " group_vars/alpha-workers.yml"
1313 roles :
Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ Host gamma-api
8282Host 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.4.212 22
87+
88+ Host gamma-api-worker-us-west-2a
89+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.212 22
90+
8591## Gamma MongoDB
8692Host gamma-mongo-a
8793 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.56 22
@@ -164,6 +170,9 @@ Host delta-admin
164170Host delta-api
165171 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.212 22
166172
173+ Host delta-api-worker
174+ ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.132 22
175+
167176Host delta-services
168177 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.63 22
169178
You can’t perform that action at this time.
0 commit comments