We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5199d commit c752121Copy full SHA for c752121
2 files changed
ansible/delta-hosts/hosts
@@ -20,6 +20,9 @@ api
20
[api]
21
delta-api
22
23
+[worker]
24
+delta-api-worker
25
+
26
[consul]
27
delta-services
28
ssh/config
@@ -170,6 +170,9 @@ Host delta-admin
170
Host delta-api
171
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.212 22
172
173
+Host delta-api-worker
174
+ ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.132 22
175
176
Host delta-services
177
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.63 22
178
0 commit comments