|
1 | 1 | Host alpha* |
2 | | - User ubuntu |
3 | | - ForwardAgent yes |
4 | | - StrictHostKeyChecking no |
5 | | - IdentityFile ~/.ssh/Test-runnable.pem |
| 2 | + User ubuntu |
| 3 | + ForwardAgent yes |
| 4 | + StrictHostKeyChecking no |
| 5 | + IdentityFile ~/.ssh/Test-runnable.pem |
6 | 6 |
|
7 | 7 | Host beta* |
8 | | - User ubuntu |
9 | | - ForwardAgent yes |
10 | | - StrictHostKeyChecking no |
11 | | - IdentityFile ~/.ssh/oregon.pem |
| 8 | + User ubuntu |
| 9 | + ForwardAgent yes |
| 10 | + StrictHostKeyChecking no |
| 11 | + IdentityFile ~/.ssh/oregon.pem |
12 | 12 |
|
13 | 13 | Host gamma* |
14 | | - User ubuntu |
15 | | - ForwardAgent yes |
16 | | - StrictHostKeyChecking no |
17 | | - Identityfile ~/.ssh/gamma.pem |
| 14 | + User ubuntu |
| 15 | + ForwardAgent yes |
| 16 | + StrictHostKeyChecking no |
| 17 | + Identityfile ~/.ssh/gamma.pem |
18 | 18 |
|
19 | 19 | ################################################################################ |
20 | 20 | # production runnable.io |
21 | 21 | ################################################################################ |
22 | 22 | Host alpha-bastion |
23 | | - HostName 54.193.117.212 |
| 23 | + HostName 54.193.117.212 |
24 | 24 |
|
25 | 25 | Host alpha-bastion-2 |
26 | | - HostName 54.183.80.150 |
| 26 | + HostName 54.183.80.150 |
27 | 27 |
|
28 | 28 | Host 10.0.*.* |
29 | | - User ubuntu |
30 | | - ForwardAgent yes |
31 | | - StrictHostKeyChecking no |
32 | | - ProxyCommand ssh -q ubuntu@alpha-bastion-2 nc %h %p |
33 | | - IdentityFile ~/.ssh/Test-runnable.pem |
| 29 | + User ubuntu |
| 30 | + ForwardAgent yes |
| 31 | + StrictHostKeyChecking no |
| 32 | + ProxyCommand ssh -q ubuntu@alpha-bastion-2 nc %h %p |
| 33 | + IdentityFile ~/.ssh/Test-runnable.pem |
34 | 34 |
|
35 | 35 | Host alpha-hipache |
36 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.0.68 22 |
| 36 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.0.68 22 |
37 | 37 |
|
38 | 38 | Host alpha-userland-hipache |
39 | | - HostName 54.183.142.56 |
| 39 | + HostName 54.183.142.56 |
40 | 40 |
|
41 | 41 | Host alpha-registry |
42 | | - User root |
43 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.254 22 |
| 42 | + User root |
| 43 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.254 22 |
44 | 44 |
|
45 | 45 | Host alpha-cayley |
46 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.107 22 |
| 46 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.107 22 |
47 | 47 |
|
48 | 48 | Host alpha-neo4j |
49 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.101 22 |
| 49 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.101 22 |
50 | 50 |
|
51 | 51 | Host alpha-mongodb01 |
52 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.244 22 |
| 52 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.244 22 |
53 | 53 |
|
54 | 54 | Host alpha-mongodb02 |
55 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.9 22 |
| 55 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.9 22 |
56 | 56 |
|
57 | 57 | Host alpha-mongodb03 |
58 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.251 22 |
| 58 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.251 22 |
59 | 59 |
|
60 | 60 | Host alpha-api-old |
61 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.239 22 |
| 61 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.239 22 |
62 | 62 |
|
63 | 63 | Host alpha-api |
64 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.142 22 |
| 64 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.142 22 |
65 | 65 |
|
66 | 66 | Host alpha-khronos |
67 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.217 22 |
| 67 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.217 22 |
68 | 68 |
|
69 | 69 | Host alpha-web |
70 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.85 22 |
| 70 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.85 22 |
71 | 71 |
|
72 | 72 | Host alpha-redis-slave |
73 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.181 22 |
| 73 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.181 22 |
74 | 74 |
|
75 | 75 | Host alpha-redis |
76 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.172 22 |
| 76 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.172 22 |
77 | 77 |
|
78 | 78 | Host alpha-rabbit |
79 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.253 22 |
| 79 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.253 22 |
80 | 80 |
|
81 | 81 | ################################################################################ |
82 | 82 | # staging runnable.io |
83 | 83 | ################################################################################ |
84 | 84 | Host alpha-stage-hipache |
85 | | - HostName 54.219.130.96 |
| 85 | + HostName 54.219.130.96 |
86 | 86 |
|
87 | 87 | Host alpha-stage-userland-hipache |
88 | | - HostName 54.153.38.172 |
| 88 | + HostName 54.153.38.172 |
89 | 89 |
|
90 | 90 | ## do not change below line, it is referenced in ansible scripts |
91 | 91 | # stage-hosts docks |
92 | 92 |
|
93 | 93 | Host alpha-stage-dock1 |
94 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.219 22 |
| 94 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.219 22 |
95 | 95 |
|
96 | 96 | Host alpha-stage-dock2 |
97 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.240 22 |
| 97 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.240 22 |
98 | 98 |
|
99 | 99 | Host alpha-stage-runnable |
100 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.220 22 |
| 100 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.220 22 |
101 | 101 |
|
102 | 102 | Host alpha-stage-dock-test |
103 | | - ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.213 22 |
| 103 | + ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.213 22 |
104 | 104 |
|
105 | 105 | ################################################################################ |
106 | 106 | # oregon |
107 | 107 | ################################################################################ |
108 | 108 | Host oregon-bastion |
109 | | - HostName 52.25.121.228 |
110 | | - User ubuntu |
111 | | - ForwardAgent yes |
112 | | - IdentityFile ~/.ssh/oregon.pem |
| 109 | + HostName 52.25.121.228 |
| 110 | + User ubuntu |
| 111 | + ForwardAgent yes |
| 112 | + IdentityFile ~/.ssh/oregon.pem |
113 | 113 |
|
114 | 114 | Host migration-router |
115 | | - ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22 |
116 | | - User ubuntu |
117 | | - ForwardAgent yes |
118 | | - IdentityFile ~/.ssh/oregon.pem |
| 115 | + ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22 |
| 116 | + User ubuntu |
| 117 | + ForwardAgent yes |
| 118 | + IdentityFile ~/.ssh/oregon.pem |
119 | 119 |
|
120 | 120 | Host hubot |
121 | | - ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22 |
122 | | - User ubuntu |
123 | | - ForwardAgent yes |
124 | | - IdentityFile ~/.ssh/oregon.pem |
| 121 | + ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22 |
| 122 | + User ubuntu |
| 123 | + ForwardAgent yes |
| 124 | + IdentityFile ~/.ssh/oregon.pem |
125 | 125 |
|
126 | 126 | ################################################################################ |
127 | 127 | # beta |
128 | 128 | ################################################################################ |
129 | 129 | Host beta-bastion |
130 | | - HostName 52.25.33.149 |
| 130 | + HostName 52.25.33.149 |
131 | 131 |
|
132 | 132 | Host 10.20.*.* |
133 | | - User ubuntu |
134 | | - ForwardAgent yes |
135 | | - StrictHostKeyChecking no |
136 | | - ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@beta-bastion nc %h %p |
137 | | - IdentityFile ~/.ssh/oregon.pem |
| 133 | + User ubuntu |
| 134 | + ForwardAgent yes |
| 135 | + StrictHostKeyChecking no |
| 136 | + ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@beta-bastion nc %h %p |
| 137 | + IdentityFile ~/.ssh/oregon.pem |
138 | 138 |
|
139 | 139 | Host beta-mongodb01 |
140 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.51 22 |
| 140 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.51 22 |
141 | 141 |
|
142 | 142 | Host beta-mongodb02 |
143 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.52 22 |
| 143 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.52 22 |
144 | 144 |
|
145 | 145 | Host beta-mongodb03 |
146 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.53 22 |
| 146 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.53 22 |
147 | 147 |
|
148 | 148 | Host beta-neo4j |
149 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.54 22 |
| 149 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.54 22 |
150 | 150 |
|
151 | 151 | Host beta-registry |
152 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.55 22 |
| 152 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.55 22 |
153 | 153 |
|
154 | 154 | Host beta-redis |
155 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.56 22 |
| 155 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.56 22 |
156 | 156 |
|
157 | 157 | Host beta-redis-slave |
158 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.57 22 |
| 158 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.57 22 |
159 | 159 |
|
160 | 160 | Host beta-hipache |
161 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.100 22 |
| 161 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.100 22 |
162 | 162 |
|
163 | 163 | Host beta-userland-hipache |
164 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.101 22 |
| 164 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.0.101 22 |
165 | 165 |
|
166 | 166 | Host beta-api |
167 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.58 22 |
| 167 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.58 22 |
168 | 168 |
|
169 | 169 | Host beta-services |
170 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.59 22 |
| 170 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.59 22 |
171 | 171 |
|
172 | 172 | Host beta-rabbit |
173 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.60 22 |
| 173 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.60 22 |
174 | 174 |
|
175 | 175 | Host beta-web |
176 | | - ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.61 22 |
| 176 | + ProxyCommand ssh -q ubuntu@beta-bastion nc 10.20.1.61 22 |
177 | 177 |
|
178 | 178 | ################################################################################ |
179 | 179 | # Gamma |
180 | 180 | ################################################################################ |
181 | 181 |
|
182 | 182 | Host gamma-bastion |
183 | | - HostName 54.69.34.161 |
| 183 | + HostName 54.69.34.161 |
184 | 184 |
|
185 | 185 | Host 10.4.*.* |
186 | | - User ubuntu |
187 | | - ForwardAgent yes |
188 | | - StrictHostKeyChecking no |
189 | | - ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@gamma-bastion nc %h %p |
190 | | - IdentityFile ~/.ssh/gamma.pem |
| 186 | + User ubuntu |
| 187 | + ForwardAgent yes |
| 188 | + StrictHostKeyChecking no |
| 189 | + ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@gamma-bastion nc %h %p |
| 190 | + IdentityFile ~/.ssh/gamma.pem |
191 | 191 |
|
192 | 192 | ## Gamma Userland Hipache |
193 | 193 | Host gamma-userland-hipache |
194 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22 |
| 194 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22 |
195 | 195 |
|
196 | 196 | Host gamma-user-us-west-2a |
197 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22 |
| 197 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22 |
198 | 198 |
|
199 | 199 | ## Gamma App Hipache |
200 | 200 | Host gamma-hipache |
201 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22 |
| 201 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22 |
202 | 202 |
|
203 | 203 | Host gamma-hipache-us-west-2a |
204 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22 |
| 204 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22 |
205 | 205 |
|
206 | 206 | ## Gamma API |
207 | 207 | Host gamma-api |
208 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22 |
| 208 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22 |
209 | 209 |
|
210 | 210 | Host gamma-api-us-west-2a |
211 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22 |
| 211 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22 |
212 | 212 |
|
213 | 213 | ## Gamma MongoDB |
214 | 214 | Host gamma-mongo-us-west-2a |
215 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22 |
| 215 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22 |
216 | 216 |
|
217 | 217 | Host gamma-mongo-us-west-2b |
218 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22 |
| 218 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22 |
219 | 219 |
|
220 | 220 | Host gamma-mongo-us-west-2c |
221 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22 |
| 221 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22 |
222 | 222 |
|
223 | 223 | ## Gamma Redis |
224 | 224 | Host gamma-redis |
225 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22 |
| 225 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22 |
226 | 226 |
|
227 | 227 | Host gamma-redis-us-west-2a |
228 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22 |
| 228 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22 |
| 229 | + |
| 230 | +Host gamma-redis-slave |
| 231 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22 |
| 232 | + |
| 233 | +Host gamma-redis-us-west-2b |
| 234 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22 |
229 | 235 |
|
230 | 236 | ## Gamma Neo4J |
231 | 237 | Host gamma-neo4j |
232 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22 |
| 238 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22 |
233 | 239 |
|
234 | 240 | Host gamma-neo4j-us-west-2a |
235 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22 |
| 241 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22 |
236 | 242 |
|
237 | 243 | ## Gamma Services |
238 | 244 | Host gamma-services-us-west-2a |
239 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22 |
| 245 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22 |
240 | 246 |
|
241 | 247 | ## Gamma Registry |
242 | 248 | Host gamma-registry-us-west-2a |
243 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22 |
| 249 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22 |
244 | 250 |
|
245 | 251 | Host gamma-registry |
246 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22 |
| 252 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22 |
247 | 253 |
|
248 | 254 | ## Gamma Web |
249 | 255 | Host gamma-web-us-west-2a |
250 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22 |
| 256 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22 |
251 | 257 |
|
252 | 258 | Host gamma-web |
253 | | - ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22 |
| 259 | + ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22 |
254 | 260 |
|
255 | 261 | ################################################################################ |
256 | 262 | # other |
257 | 263 | ################################################################################ |
258 | 264 | Host 127.0.0.1 |
259 | | - StrictHostKeyChecking no |
260 | | - UserKnownHostsFile /dev/null |
261 | | - User core |
262 | | - LogLevel QUIET |
| 265 | + StrictHostKeyChecking no |
| 266 | + UserKnownHostsFile /dev/null |
| 267 | + User core |
| 268 | + LogLevel QUIET |
0 commit comments