Guest User

Untitled

a guest
Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.42 KB | None | 0 0
  1. Host centosvirt-host
  2. HostName 107.15.236.111
  3. User dddicillo
  4. ForwardX11 yes
  5.  
  6. Host vmplex
  7. HostName 192.168.0.111
  8. User dddicillo
  9. ProxyCommand /usr/bin/ssh centosvirt-host /usr/bin/nc %h %p
  10.  
  11. Host pi
  12. HostName 192.168.0.3
  13. User pi
  14. ProxyCommand /usr/bin/ssh centosvirt-host /usr/bin/nc %h %p
  15.  
  16. ################# Jump servers
  17. Host sdtjump
  18. User ddicill
  19. Hostname 9.220.202.101
  20.  
  21. Host test-custom
  22. User root
  23. Hostname 10.184.54.13
  24. ProxyCommand ssh -q -W %h:%p sdtjump
  25.  
  26. ################# Dev servers
  27. Host dev-uhernik
  28. User ddicill
  29. Hostname 10.184.150.110
  30. ProxyCommand ssh -q -W %h:%p sdtjump
  31.  
  32. Host dev-allstack1
  33. User ddicill
  34. Hostname 10.184.149.161
  35. ProxyCommand ssh -q -W %h:%p sdtjump
  36.  
  37. Host dev-allstack2
  38. User ddicill
  39. Hostname 10.184.149.184
  40. ProxyCommand ssh -q -W %h:%p sdtjump
  41.  
  42. Host dev-streams-app31
  43. User ddicill
  44. Hostname 10.184.54.54
  45. ProxyCommand ssh -q -W %h:%p sdtjump
  46.  
  47. Host dev-streams-app32
  48. User ddicill
  49. Hostname 10.184.54.59
  50. ProxyCommand ssh -q -W %h:%p sdtjump
  51.  
  52. Host dev-streams-mgmt31
  53. User ddicill
  54. Hostname 10.184.54.99
  55. ProxyCommand ssh -q -W %h:%p sdtjump
  56.  
  57. Host dev-streams-redis31
  58. User ddicill
  59. Hostname 10.184.54.6
  60. ProxyCommand ssh -q -W %h:%p sdtjump
  61.  
  62. Host dev-streams-app41
  63. User ddicill
  64. Hostname 10.184.54.88
  65. ProxyCommand ssh -q -W %h:%p sdtjump
  66.  
  67. Host dev-streams-app42
  68. User ddicill
  69. Hostname 10.184.54.92
  70. ProxyCommand ssh -q -W %h:%p sdtjump
  71.  
  72. Host dev-streams-mgmt41
  73. User ddicill
  74. Hostname 10.184.54.2
  75. ProxyCommand ssh -q -W %h:%p sdtjump
  76.  
  77. Host dev-streams-redis41
  78. User ddicill
  79. Hostname 10.184.54.115
  80. ProxyCommand ssh -q -W %h:%p sdtjump
  81.  
  82. Host dev-r21-allstack
  83. User root
  84. Hostname 10.184.54.17
  85. ProxyCommand ssh -q -W %h:%p sdtjump
  86.  
  87. Host dev-r21-streams-app1
  88. User root
  89. Hostname 10.184.149.152
  90. ProxyCommand ssh -q -W %h:%p sdtjump
  91.  
  92. Host dev-r21-streams-app2
  93. User root
  94. Hostname 10.184.149.158
  95. ProxyCommand ssh -q -W %h:%p sdtjump
  96.  
  97. Host dev-r21-streams-mgmt1
  98. User root
  99. Hostname 10.184.149.167
  100. ProxyCommand ssh -q -W %h:%p sdtjump
  101.  
  102. Host dev-r21-streams-redis1
  103. User root
  104. Hostname 10.184.54.101
  105. ProxyCommand ssh -q -W %h:%p sdtjump
  106.  
  107. ################# Liberty servers
  108. Host libertyctrl1
  109. User ddicill
  110. Hostname 10.184.149.163
  111. ProxyCommand ssh -q -W %h:%p sdtjump
  112.  
  113. Host libertyctrl2
  114. User ddicill
  115. Hostname 10.184.149.166
  116. ProxyCommand ssh -q -W %h:%p sdtjump
  117.  
  118. Host libertyctrl3
  119. User ddicill
  120. Hostname 10.184.149.135
  121. ProxyCommand ssh -q -W %h:%p sdtjump
  122.  
  123. Host libertymember1
  124. User ddicill
  125. Hostname 10.184.149.145
  126. ProxyCommand ssh -q -W %h:%p sdtjump
  127.  
  128. Host libertymember2
  129. User ddicill
  130. Hostname 10.184.149.147
  131. ProxyCommand ssh -q -W %h:%p sdtjump
  132.  
  133. Host libertymember3
  134. User ddicill
  135. Hostname 10.184.149.149
  136. ProxyCommand ssh -q -W %h:%p sdtjump
  137.  
  138. ################# CI Environment
  139. Host ci-db1
  140. User ddicill
  141. Hostname 10.173.189.40
  142. ProxyCommand ssh -q -W %h:%p sdtjump
  143.  
  144. Host ci-wlp1
  145. User ddicill
  146. Hostname 10.173.201.189
  147. ProxyCommand ssh -q -W %h:%p sdtjump
  148.  
  149. Host ci-wlp2
  150. User ddicill
  151. Hostname 10.173.201.187
  152. ProxyCommand ssh -q -W %h:%p sdtjump
  153.  
  154. Host ci-twlp1
  155. User ddicill
  156. Hostname 10.173.201.179
  157. ProxyCommand ssh -A -q -W %h:%p sdtjump
  158.  
  159. Host ci-streams-app1
  160. User ddicill
  161. Hostname 10.173.201.177
  162. ProxyCommand ssh -q -W %h:%p sdtjump
  163.  
  164. Host ci-streams-app2
  165. User ddicill
  166. Hostname 10.173.201.181
  167. ProxyCommand ssh -q -W %h:%p sdtjump
  168.  
  169. Host ci-streams-mgmt1
  170. User ddicill
  171. Hostname 10.173.201.176
  172. ProxyCommand ssh -q -W %h:%p sdtjump
  173.  
  174. Host ci-streams-redis1
  175. User ddicill
  176. Hostname 10.173.201.170
  177. ProxyCommand ssh -q -W %h:%p sdtjump
  178.  
  179. Host ci-r2-allstack
  180. User ddicill
  181. Hostname 10.184.150.99
  182. ProxyCommand ssh -q -W %h:%p sdtjump
  183.  
  184. Host ci-r2-streams-app1
  185. User root
  186. Hostname 10.184.54.78
  187. ProxyCommand ssh -q -W %h:%p sdtjump
  188.  
  189. Host ci-r2-streams-app2
  190. User root
  191. Hostname 10.184.149.155
  192. ProxyCommand ssh -q -W %h:%p sdtjump
  193.  
  194. Host ci-r2-streams-mgmt1
  195. User root
  196. Hostname 10.184.150.106
  197. ProxyCommand ssh -q -W %h:%p sdtjump
  198.  
  199. Host ci-r2-streams-redis1
  200. User root
  201. Hostname 10.184.54.98
  202. ProxyCommand ssh -q -W %h:%p sdtjump
  203.  
  204. Host ci-r21-allstack
  205. User root
  206. Hostname 10.184.149.133
  207. ProxyCommand ssh -q -W %h:%p sdtjump
  208.  
  209. Host ci-r21-streams-app1
  210. User root
  211. Hostname 10.184.149.142
  212. ProxyCommand ssh -q -W %h:%p sdtjump
  213.  
  214. Host ci-r21-streams-app2
  215. User root
  216. Hostname 10.184.149.159
  217. ProxyCommand ssh -q -W %h:%p sdtjump
  218.  
  219. Host ci-r21-streams-mgmt1
  220. User root
  221. Hostname 10.184.150.101
  222. ProxyCommand ssh -q -W %h:%p sdtjump
  223.  
  224. Host ci-r21-streams-redis1
  225. User root
  226. Hostname 10.184.54.58
  227. ProxyCommand ssh -q -W %h:%p sdtjump
  228.  
  229. ################# Integration Environment
  230. Host int-db1
  231. User root
  232. Hostname 10.184.149.164
  233. ProxyCommand ssh -q -W %h:%p sdtjump
  234.  
  235. Host int-wlp1
  236. User ddicill
  237. Hostname 10.173.100.75
  238. ProxyCommand ssh -q -W %h:%p sdtjump
  239.  
  240. Host int-wlp2
  241. User ddicill
  242. Hostname 10.173.100.72
  243. ProxyCommand ssh -q -W %h:%p sdtjump
  244.  
  245. Host int-twlp1
  246. User ddicill
  247. Hostname 10.173.100.76
  248. ProxyCommand ssh -A -q -W %h:%p sdtjump
  249.  
  250. Host int-streams-app1
  251. User ddicill
  252. Hostname 10.173.100.89
  253. ProxyCommand ssh -q -W %h:%p sdtjump
  254.  
  255. Host int-streams-app2
  256. User ddicill
  257. Hostname 10.173.100.79
  258. ProxyCommand ssh -q -W %h:%p sdtjump
  259.  
  260. Host int-streams-redis1
  261. User ddicill
  262. Hostname 10.173.100.82
  263. ProxyCommand ssh -q -W %h:%p sdtjump
  264.  
  265. Host int-streams-mgmt1
  266. User ddicill
  267. Hostname 10.173.100.94
  268. ProxyCommand ssh -q -W %h:%p sdtjump
  269.  
  270. Host int-r21-allstack
  271. User root
  272. Hostname 10.184.54.120
  273. ProxyCommand ssh -q -W %h:%p sdtjump
  274.  
  275. Host int-r21-streams-app1
  276. User root
  277. Hostname 10.184.54.12
  278. ProxyCommand ssh -q -W %h:%p sdtjump
  279.  
  280. Host int-r21-streams-app2
  281. User root
  282. Hostname 10.184.54.18
  283. ProxyCommand ssh -q -W %h:%p sdtjump
  284.  
  285. Host int-r21-streams-mgmt1
  286. User root
  287. Hostname 10.184.54.48
  288. ProxyCommand ssh -q -W %h:%p sdtjump
  289.  
  290. Host int-r21-streams-redis1
  291. User root
  292. Hostname 10.184.54.49
  293. ProxyCommand ssh -q -W %h:%p sdtjump
  294.  
  295. ################# Non-Functional Test Environment
  296. Host nft-db1
  297. User ddicill
  298. Hostname 10.184.150.76
  299. ProxyCommand ssh -q -W %h:%p sdtjump
  300.  
  301. Host nft-db2
  302. User ddicill
  303. Hostname 10.184.150.71
  304. ProxyCommand ssh -q -W %h:%p sdtjump
  305.  
  306. Host nft-wlp1
  307. User ddicill
  308. Hostname 10.184.149.189
  309. ProxyCommand ssh -q -W %h:%p sdtjump
  310.  
  311. Host nft-wlp2
  312. User ddicill
  313. Hostname 10.184.149.190
  314. ProxyCommand ssh -q -W %h:%p sdtjump
  315.  
  316. Host nft-twlp1
  317. User ddicill
  318. Hostname 10.184.149.154
  319. ProxyCommand ssh -q -W %h:%p sdtjump
  320.  
  321. Host nft-streams-app1
  322. User ddicill
  323. Hostname 10.184.149.138
  324. ProxyCommand ssh -q -W %h:%p sdtjump
  325.  
  326. Host nft-streams-app2
  327. User ddicill
  328. Hostname 10.184.149.165
  329. ProxyCommand ssh -q -W %h:%p sdtjump
  330.  
  331. Host nft-streams-app3
  332. User ddicill
  333. Hostname 10.184.149.186
  334. ProxyCommand ssh -q -W %h:%p sdtjump
  335.  
  336. Host nft-streams-app4
  337. User root
  338. Hostname 10.184.150.105
  339. ProxyCommand ssh -q -W %h:%p sdtjump
  340.  
  341. Host nft-streams-app5
  342. User ddicill
  343. Hostname 10.184.149.140
  344. ProxyCommand ssh -q -W %h:%p sdtjump
  345.  
  346. Host nft-streams-redis1
  347. User ddicill
  348. Hostname 10.184.149.181
  349. ProxyCommand ssh -q -W %h:%p sdtjump
  350.  
  351. Host nft-streams-redis2
  352. User ddicill
  353. Hostname 10.184.149.187
  354. ProxyCommand ssh -q -W %h:%p sdtjump
  355.  
  356. Host nft-streams-redis3
  357. User root
  358. Hostname 10.184.54.55
  359. ProxyCommand ssh -q -W %h:%p sdtjump
  360.  
  361. Host nft-streams-mgmt1
  362. User ddicill
  363. Hostname 10.184.149.143
  364. ProxyCommand ssh -q -W %h:%p sdtjump
  365.  
  366. Host nft-streams-mgmt2
  367. User ddicill
  368. Hostname 10.184.149.168
  369. ProxyCommand ssh -q -W %h:%p sdtjump
  370.  
  371. Host nft-streams-mgmt3
  372. User ddicill
  373. Hostname 10.184.149.180
  374. ProxyCommand ssh -q -W %h:%p sdtjump
  375.  
  376. Host nft-kzk1
  377. User ddicill
  378. Hostname 10.184.149.170
  379. ProxyCommand ssh -q -W %h:%p sdtjump
  380.  
  381. Host nft-kzk2
  382. User ddicill
  383. Hostname 10.184.149.174
  384. ProxyCommand ssh -q -W %h:%p sdtjump
  385.  
  386. Host nft-kzk3
  387. User ddicill
  388. Hostname 10.184.149.141
  389. ProxyCommand ssh -q -W %h:%p sdtjump
  390.  
  391. Host nft-kafka1
  392. User ddicill
  393. Hostname 10.184.149.131
  394. ProxyCommand ssh -q -W %h:%p sdtjump
  395.  
  396. Host nft-kafka2
  397. User ddicill
  398. Hostname 10.184.149.156
  399. ProxyCommand ssh -q -W %h:%p sdtjump
  400.  
  401. ################# Devops Environment
  402. Host devops-allstack
  403. User root
  404. Hostname 10.184.54.53
  405. ProxyCommand ssh -q -W %h:%p sdtjump
  406.  
  407. Host devops-streams-app1
  408. User root
  409. Hostname 10.184.54.24
  410. ProxyCommand ssh -q -W %h:%p sdtjump
  411.  
  412. Host devops-streams-app2
  413. User root
  414. Hostname 10.184.54.50
  415. ProxyCommand ssh -q -W %h:%p sdtjump
  416.  
  417. Host devops-streams-redis1
  418. User root
  419. Hostname 10.184.54.37
  420. ProxyCommand ssh -q -W %h:%p sdtjump
  421.  
  422. Host devops-streams-mgmt1
  423. User root
  424. Hostname 10.184.54.40
  425. ProxyCommand ssh -q -W %h:%p sdtjump
  426.  
  427. ################# Mac Mini Environment
  428. Host mac
  429. User cimac01
  430. Hostname 9.42.120.80
  431.  
  432. Host mac2
  433. User cimac02
  434. Hostname 9.42.120.81
  435.  
  436. ################# Build Environment
  437. Host streams-builder
  438. User ddicill
  439. Hostname 10.173.100.93
  440. ProxyCommand ssh -q -W %h:%p sdtjump
  441.  
  442. ################# QMS Environment
  443. Host qms-db1
  444. User ddicill
  445. Hostname 9.220.206.97
  446.  
  447. Host qms-db2
  448. User ddicill
  449. Hostname 9.220.206.98
  450.  
  451. Host qms-kafka1
  452. User ddicill
  453. Hostname 9.220.206.99
  454.  
  455. Host qms-kafka2
  456. User ddicill
  457. Hostname 9.220.206.100
  458.  
  459. Host qms-kzk1
  460. User ddicill
  461. Hostname 9.220.206.101
  462.  
  463. Host qms-kzk2
  464. User ddicill
  465. Hostname 9.220.206.102
  466.  
  467. Host qms-kzk3
  468. User ddicill
  469. Hostname 9.220.206.103
  470.  
  471. Host qms-streams-redis1
  472. User ddicill
  473. Hostname 9.220.206.104
  474.  
  475. Host qms-streams-redis2
  476. User ddicill
  477. Hostname 9.220.206.105
  478.  
  479. Host qms-streams-redis3
  480. User ddicill
  481. Hostname 9.220.206.106
  482.  
  483. Host qms-streams-redis4
  484. User ddicill
  485. Hostname 9.220.206.107
  486.  
  487. Host qms-streams-redis5
  488. User ddicill
  489. Hostname 9.220.206.108
  490.  
  491. Host qms-streams-app1
  492. User ddicill
  493. Hostname 9.220.206.109
  494.  
  495. Host qms-streams-app2
  496. User ddicill
  497. Hostname 9.220.206.110
  498.  
  499. Host qms-streams-app3
  500. User ddicill
  501. Hostname 9.220.206.111
  502.  
  503. Host qms-streams-app4
  504. User ddicill
  505. Hostname 9.220.206.112
  506.  
  507. Host qms-streams-app5
  508. User ddicill
  509. Hostname 9.220.206.113
  510.  
  511. Host qms-streams-app6
  512. User ddicill
  513. Hostname 9.220.206.114
  514.  
  515. Host qms-streams-app7
  516. User ddicill
  517. Hostname 9.220.206.115
  518.  
  519. Host qms-streams-app8
  520. User ddicill
  521. Hostname 9.220.206.116
  522.  
  523. Host qms-streams-mgmt1
  524. User ddicill
  525. Hostname 9.220.206.117
  526.  
  527. Host qms-streams-mgmt2
  528. User ddicill
  529. Hostname 9.220.206.118
  530.  
  531. Host qms-streams-mgmt3
  532. User ddicill
  533. Hostname 9.220.206.119
  534.  
  535. Host qms-streams-mgmt4
  536. User ddicill
  537. Hostname 9.220.206.120
  538.  
  539. Host qms-streams-mgmt5
  540. User ddicill
  541. Hostname 9.220.206.121
  542.  
  543. Host qms-twlp1
  544. User ddicill
  545. Hostname 9.220.206.122
  546.  
  547. Host qms-wlp1
  548. User ddicill
  549. Hostname 9.220.206.123
  550.  
  551. Host qms-wlp2
  552. User ddicill
  553. Hostname 9.220.206.124
Add Comment
Please, Sign In to add comment