Skip to content

Commit c752121

Browse files
author
Christopher M. Neill
committed
Delta.
1 parent 6e5199d commit c752121

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/delta-hosts/hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ api
2020
[api]
2121
delta-api
2222

23+
[worker]
24+
delta-api-worker
25+
2326
[consul]
2427
delta-services
2528
delta-api

ssh/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ Host delta-admin
170170
Host delta-api
171171
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.212 22
172172

173+
Host delta-api-worker
174+
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.132 22
175+
173176
Host delta-services
174177
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.63 22
175178

0 commit comments

Comments
 (0)