1- Host alpha*
2- User ubuntu
3- ForwardAgent yes
4- StrictHostKeyChecking no
5- IdentityFile ~/.ssh/Test-runnable.pem
6-
71Host gamma*
82 User ubuntu
93 ForwardAgent yes
@@ -16,107 +10,13 @@ Host delta*
1610 StrictHostKeyChecking no
1711 Identityfile ~/.ssh/delta.pem
1812
19- ################################################################################
20- # production runnable.io
21- ################################################################################
22- Host alpha-bastion
23- HostName 54.193.117.212
24-
25- Host alpha-bastion-2
26- HostName 54.183.80.150
27-
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
34-
35- Host alpha-hipache
36- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.0.68 22
37-
38- Host alpha-userland-hipache
39- HostName 54.183.142.56
40-
41- Host alpha-registry
42- User root
43- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.254 22
44-
45- Host alpha-neo4j
46- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.101 22
47-
48- Host alpha-mongodb01
49- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.244 22
50-
51- Host alpha-mongodb02
52- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.9 22
53-
54- Host alpha-mongodb03
55- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.251 22
56-
57- Host alpha-api-old
58- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.239 22
59-
60- Host alpha-navi
61- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.39 22
62-
63- Host alpha-api
64- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.142 22
65-
66- Host alpha-khronos
67- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.217 22
68-
69- Host alpha-web
70- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.85 22
71-
72- Host alpha-redis-slave
73- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.181 22
74-
75- Host alpha-redis
76- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.172 22
77-
78- Host alpha-rabbit
79- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.253 22
80-
81- ################################################################################
82- # staging runnable.io
83- ################################################################################
84- Host alpha-stage-hipache
85- HostName 54.219.130.96
86-
87- Host alpha-stage-userland-hipache
88- HostName 54.153.38.172
89-
90- ## do not change below line, it is referenced in ansible scripts
91- # stage-hosts docks
92-
93- Host alpha-stage-dock1
94- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.219 22
95-
96- Host alpha-stage-dock2
97- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.240 22
98-
99- Host alpha-stage-runnable
100- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.220 22
101-
102- Host alpha-stage-dock-test
103- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.213 22
104-
105- Host alpha-stage-data
106- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.134 22
107-
108- Host alpha-stage-data-2
109- ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.90 22
110-
111-
11213################################################################################
11314# DELTA staging runnable.io
11415################################################################################
11516
11617Host delta-staging-data
11718 ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.59 22
11819
119-
12020################################################################################
12121# oregon
12222################################################################################
@@ -126,18 +26,6 @@ Host oregon-bastion
12626 ForwardAgent yes
12727 IdentityFile ~/.ssh/oregon.pem
12828
129- Host migration-router
130- ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22
131- User ubuntu
132- ForwardAgent yes
133- IdentityFile ~/.ssh/oregon.pem
134-
135- Host hubot
136- ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
137- User ubuntu
138- ForwardAgent yes
139- IdentityFile ~/.ssh/oregon.pem
140-
14129################################################################################
14230# Gamma
14331################################################################################
0 commit comments