@@ -42,30 +42,8 @@ Host 10.4.*.*
4242 ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@gamma-bastion nc %h %p
4343 IdentityFile ~/.ssh/gamma.pem
4444
45- ## Gamma Ingress
46- Host gamma-ingress
47- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.236 22
48-
49- ## Gamma Userland Hipache
50- Host gamma-userland
51- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.2.208 22
52-
53- ## Gamma App Hipache
54- Host gamma-hipache
55- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.165 22
56-
57- ## Gamma API
58- Host gamma-api
59- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.14.3 22
60-
61- Host gamma-api-worker
62- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.9.84 22
63-
64- Host gamma-api-socket
65- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.14.4 22
66-
67- Host gamma-api-socket-proxy
68- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.69 22
45+ Host gamma-builder
46+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.8.95 22
6947
7048Host gamma-consul-a
7149 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.144 22
@@ -76,7 +54,6 @@ Host gamma-consul-b
7654Host gamma-consul-c
7755 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.196 22
7856
79- ## Gamma MongoDB
8057Host gamma-mongo-a
8158 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.56 22
8259
@@ -86,36 +63,9 @@ Host gamma-mongo-b
8663Host gamma-mongo-c
8764 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.116 22
8865
89- ## Gamma Rabbit
90- Host gamma-rabbit
91- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.19.17 22
92-
93- ## Gamma Redis
9466Host gamma-redis
9567 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22
9668
97- Host gamma-redis-slave
98- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22
99-
100- ## Gamma Neo4J
101- Host gamma-neo4j
102- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
103-
104- # Gamma App Services
105- Host gamma-app-services
106- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.234 22
107-
108- # Gamma Dock Services
109- Host gamma-dock-services
110- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
111-
112- # Gamma Navi
113- Host gamma-navi
114- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
115-
116- # Gamma Registry
117- Host gamma-registry
118- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
11969
12070################################################################################
12171# Delta
@@ -132,34 +82,9 @@ Host 10.8.*.*
13282 ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@delta-bastion nc %h %p
13383 IdentityFile ~/.ssh/delta.pem
13484
135- ## Delta API
136- Host delta-api
137- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.25 22
138-
139- Host delta-api-2
85+ Host delta-builder
14086 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.12.242 22
14187
142- Host delta-api-worker
143- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.24 22
144-
145- Host delta-api-socket
146- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.23 22
147-
148- Host delta-api-socket-proxy
149- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.46 22
150-
151- Host delta-app-services
152- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.13.102 22
153-
154- Host delta-app-services-1
155- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.255 22
156-
157- Host delta-app-services-2
158- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.12.61 22
159-
160- Host delta-dock-services
161- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.63 22
162-
16388Host delta-consul-a
16489 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.122 22
16590
@@ -169,30 +94,15 @@ Host delta-consul-b
16994Host delta-consul-c
17095 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.86 22
17196
172- Host delta-ingress
173- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.219 22
174-
17597Host delta-metabase
17698 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.193 22
17799
178- Host delta-registry
179- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.126 22
180-
181100Host delta-redis
182101 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.9 22
183102
184- Host delta-redis-slave
185- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.9.0 22
186-
187103Host delta-rabbit
188104 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.195 22
189105
190- Host delta-neo4j
191- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.7.191 22
192-
193- Host delta-hipache
194- ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.135 22
195-
196106Host delta-userland
197107 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.244 22
198108
0 commit comments