Guest User

Untitled

a guest
Mar 4th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. {
  2. "company_name": "Red Hat",
  3. "contact_email": "jhocutt@redhat.com",
  4. "contact_name": "Jared Hocutt",
  5. "hostname": "45aafa55b64d4812903587cb951f23e7",
  6. "instance_count": 5,
  7. "license_date": 1519926705,
  8. "license_key": "b3da613a98e3fe6ab50da9d7b6e6e47158ef306e6b9985f1e536ff806ff021ed",
  9. "license_type": "enterprise",
  10. "subscription_name": "Red Hat Ansible Tower, Standard (5 Managed Nodes) Trial",
  11. "trial": true
  12. }
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ##############################
  21. student01
  22. ##############################
  23. [all:vars]
  24. ansible_user=student01
  25. ansible_ssh_pass=ansible123
  26. ansible_port=22
  27.  
  28. [web]
  29. node-1 ansible_host=54.91.172.116
  30. node-2 ansible_host=54.87.191.138
  31.  
  32. [control]
  33. ansible ansible_host=34.224.221.119
  34.  
  35. ##############################
  36. student02
  37. ##############################
  38. [all:vars]
  39. ansible_user=student02
  40. ansible_ssh_pass=ansible123
  41. ansible_port=22
  42.  
  43. [web]
  44. node-1 ansible_host=54.173.6.150
  45. node-2 ansible_host=107.23.168.208
  46.  
  47. [control]
  48. ansible ansible_host=54.172.180.41
  49.  
  50. ##############################
  51. student03
  52. ##############################
  53. [all:vars]
  54. ansible_user=student03
  55. ansible_ssh_pass=ansible123
  56. ansible_port=22
  57.  
  58. [web]
  59. node-1 ansible_host=34.207.245.90
  60. node-2 ansible_host=34.227.59.254
  61.  
  62. [control]
  63. ansible ansible_host=34.229.174.47
  64.  
  65. ##############################
  66. student04
  67. ##############################
  68. [all:vars]
  69. ansible_user=student04
  70. ansible_ssh_pass=ansible123
  71. ansible_port=22
  72.  
  73. [web]
  74. node-1 ansible_host=35.172.226.195
  75. node-2 ansible_host=54.89.161.110
  76.  
  77. [control]
  78. ansible ansible_host=34.229.203.197
  79.  
  80. ##############################
  81. student05
  82. ##############################
  83. [all:vars]
  84. ansible_user=student05
  85. ansible_ssh_pass=ansible123
  86. ansible_port=22
  87.  
  88. [web]
  89. node-1 ansible_host=54.210.180.196
  90. node-2 ansible_host=52.204.145.9
  91.  
  92. [control]
  93. ansible ansible_host=34.207.114.101
  94.  
  95. ##############################
  96. student06
  97. ##############################
  98. [all:vars]
  99. ansible_user=student06
  100. ansible_ssh_pass=ansible123
  101. ansible_port=22
  102.  
  103. [web]
  104. node-1 ansible_host=54.226.50.215
  105. node-2 ansible_host=34.229.130.71
  106.  
  107. [control]
  108. ansible ansible_host=34.207.149.8
  109.  
  110. ##############################
  111. student07
  112. ##############################
  113. [all:vars]
  114. ansible_user=student07
  115. ansible_ssh_pass=ansible123
  116. ansible_port=22
  117.  
  118. [web]
  119. node-1 ansible_host=54.147.223.122
  120. node-2 ansible_host=34.203.240.233
  121.  
  122. [control]
  123. ansible ansible_host=52.90.156.21
  124.  
  125. ##############################
  126. student08
  127. ##############################
  128. [all:vars]
  129. ansible_user=student08
  130. ansible_ssh_pass=ansible123
  131. ansible_port=22
  132.  
  133. [web]
  134. node-1 ansible_host=34.207.143.238
  135. node-2 ansible_host=52.207.241.166
  136.  
  137. [control]
  138. ansible ansible_host=34.201.104.34
  139.  
  140. ##############################
  141. student09
  142. ##############################
  143. [all:vars]
  144. ansible_user=student09
  145. ansible_ssh_pass=ansible123
  146. ansible_port=22
  147.  
  148. [web]
  149. node-1 ansible_host=54.162.146.80
  150. node-2 ansible_host=34.229.218.233
  151.  
  152. [control]
  153. ansible ansible_host=54.205.185.161
  154.  
  155. ##############################
  156. student10
  157. ##############################
  158. [all:vars]
  159. ansible_user=student10
  160. ansible_ssh_pass=ansible123
  161. ansible_port=22
  162.  
  163. [web]
  164. node-1 ansible_host=54.88.34.113
  165. node-2 ansible_host=54.173.113.180
  166.  
  167. [control]
  168. ansible ansible_host=54.160.40.96
  169.  
  170. ##############################
  171. student11
  172. ##############################
  173. [all:vars]
  174. ansible_user=student11
  175. ansible_ssh_pass=ansible123
  176. ansible_port=22
  177.  
  178. [web]
  179. node-1 ansible_host=34.224.101.152
  180. node-2 ansible_host=54.227.181.103
  181.  
  182. [control]
  183. ansible ansible_host=54.91.180.181
  184.  
  185. ##############################
  186. student12
  187. ##############################
  188. [all:vars]
  189. ansible_user=student12
  190. ansible_ssh_pass=ansible123
  191. ansible_port=22
  192.  
  193. [web]
  194. node-1 ansible_host=54.164.76.18
  195. node-2 ansible_host=54.236.5.150
  196.  
  197. [control]
  198. ansible ansible_host=34.229.93.56
  199.  
  200. ##############################
  201. student13
  202. ##############################
  203. [all:vars]
  204. ansible_user=student13
  205. ansible_ssh_pass=ansible123
  206. ansible_port=22
  207.  
  208. [web]
  209. node-1 ansible_host=107.21.69.251
  210. node-2 ansible_host=34.228.26.251
  211.  
  212. [control]
  213. ansible ansible_host=54.144.218.234
  214.  
  215. ##############################
  216. student14
  217. ##############################
  218. [all:vars]
  219. ansible_user=student14
  220. ansible_ssh_pass=ansible123
  221. ansible_port=22
  222.  
  223. [web]
  224. node-1 ansible_host=52.23.230.130
  225. node-2 ansible_host=52.91.111.149
  226.  
  227. [control]
  228. ansible ansible_host=52.91.39.244
  229.  
  230. ##############################
  231. student15
  232. ##############################
  233. [all:vars]
  234. ansible_user=student15
  235. ansible_ssh_pass=ansible123
  236. ansible_port=22
  237.  
  238. [web]
  239. node-1 ansible_host=54.89.190.251
  240. node-2 ansible_host=34.228.11.30
  241.  
  242. [control]
  243. ansible ansible_host=34.229.162.130
  244.  
  245. ##############################
  246. student16
  247. ##############################
  248. [all:vars]
  249. ansible_user=student16
  250. ansible_ssh_pass=ansible123
  251. ansible_port=22
  252.  
  253. [web]
  254. node-1 ansible_host=54.237.195.107
  255. node-2 ansible_host=34.207.80.109
  256.  
  257. [control]
  258. ansible ansible_host=54.236.5.18
  259.  
  260. ##############################
  261. student17
  262. ##############################
  263. [all:vars]
  264. ansible_user=student17
  265. ansible_ssh_pass=ansible123
  266. ansible_port=22
  267.  
  268. [web]
  269. node-1 ansible_host=34.229.165.105
  270. node-2 ansible_host=34.207.245.185
  271.  
  272. [control]
  273. ansible ansible_host=54.82.242.185
  274.  
  275. ##############################
  276. student18
  277. ##############################
  278. [all:vars]
  279. ansible_user=student18
  280. ansible_ssh_pass=ansible123
  281. ansible_port=22
  282.  
  283. [web]
  284. node-1 ansible_host=54.236.200.145
  285. node-2 ansible_host=54.209.100.203
  286.  
  287. [control]
  288. ansible ansible_host=54.236.20.207
  289.  
  290. ##############################
  291. student19
  292. ##############################
  293. [all:vars]
  294. ansible_user=student19
  295. ansible_ssh_pass=ansible123
  296. ansible_port=22
  297.  
  298. [web]
  299. node-1 ansible_host=54.87.233.87
  300. node-2 ansible_host=34.228.9.136
  301.  
  302. [control]
  303. ansible ansible_host=34.229.145.91
  304.  
  305. ##############################
  306. student20
  307. ##############################
  308. [all:vars]
  309. ansible_user=student20
  310. ansible_ssh_pass=ansible123
  311. ansible_port=22
  312.  
  313. [web]
  314. node-1 ansible_host=34.229.95.168
  315. node-2 ansible_host=54.210.241.74
  316.  
  317. [control]
  318. ansible ansible_host=54.146.152.40
  319.  
  320. ##############################
  321. student21
  322. ##############################
  323. [all:vars]
  324. ansible_user=student21
  325. ansible_ssh_pass=ansible123
  326. ansible_port=22
  327.  
  328. [web]
  329. node-1 ansible_host=54.164.91.63
  330. node-2 ansible_host=35.172.226.21
  331.  
  332. [control]
  333. ansible ansible_host=52.23.202.218
  334.  
  335. ##############################
  336. student22
  337. ##############################
  338. [all:vars]
  339. ansible_user=student22
  340. ansible_ssh_pass=ansible123
  341. ansible_port=22
  342.  
  343. [web]
  344. node-1 ansible_host=52.72.247.2
  345. node-2 ansible_host=34.207.149.226
  346.  
  347. [control]
  348. ansible ansible_host=52.90.145.120
  349.  
  350. ##############################
  351. student23
  352. ##############################
  353. [all:vars]
  354. ansible_user=student23
  355. ansible_ssh_pass=ansible123
  356. ansible_port=22
  357.  
  358. [web]
  359. node-1 ansible_host=34.228.165.224
  360. node-2 ansible_host=34.224.223.187
  361.  
  362. [control]
  363. ansible ansible_host=34.224.72.217
  364.  
  365. ##############################
  366. student24
  367. ##############################
  368. [all:vars]
  369. ansible_user=student24
  370. ansible_ssh_pass=ansible123
  371. ansible_port=22
  372.  
  373. [web]
  374. node-1 ansible_host=52.90.0.234
  375. node-2 ansible_host=34.224.80.252
  376.  
  377. [control]
  378. ansible ansible_host=34.201.119.6
  379.  
  380. ##############################
  381. student25
  382. ##############################
  383. [all:vars]
  384. ansible_user=student25
  385. ansible_ssh_pass=ansible123
  386. ansible_port=22
  387.  
  388. [web]
  389. node-1 ansible_host=35.172.186.13
  390. node-2 ansible_host=34.228.8.127
  391.  
  392. [control]
  393. ansible ansible_host=34.228.10.218
  394.  
  395. ##############################
  396. student26
  397. ##############################
  398. [all:vars]
  399. ansible_user=student26
  400. ansible_ssh_pass=ansible123
  401. ansible_port=22
  402.  
  403. [web]
  404. node-1 ansible_host=54.197.30.122
  405. node-2 ansible_host=34.228.38.180
  406.  
  407. [control]
  408. ansible ansible_host=52.90.145.9
  409.  
  410. ##############################
  411. student27
  412. ##############################
  413. [all:vars]
  414. ansible_user=student27
  415. ansible_ssh_pass=ansible123
  416. ansible_port=22
  417.  
  418. [web]
  419. node-1 ansible_host=54.86.112.1
  420. node-2 ansible_host=35.172.184.175
  421.  
  422. [control]
  423. ansible ansible_host=54.209.13.87
  424.  
  425. ##############################
  426. student28
  427. ##############################
  428. [all:vars]
  429. ansible_user=student28
  430. ansible_ssh_pass=ansible123
  431. ansible_port=22
  432.  
  433. [web]
  434. node-1 ansible_host=54.83.179.42
  435. node-2 ansible_host=34.228.6.37
  436.  
  437. [control]
  438. ansible ansible_host=34.204.108.159
  439.  
  440. ##############################
  441. student29
  442. ##############################
  443. [all:vars]
  444. ansible_user=student29
  445. ansible_ssh_pass=ansible123
  446. ansible_port=22
  447.  
  448. [web]
  449. node-1 ansible_host=54.144.247.46
  450. node-2 ansible_host=54.89.199.86
  451.  
  452. [control]
  453. ansible ansible_host=34.228.168.78
  454.  
  455. ##############################
  456. student30
  457. ##############################
  458. [all:vars]
  459. ansible_user=student30
  460. ansible_ssh_pass=ansible123
  461. ansible_port=22
  462.  
  463. [web]
  464. node-1 ansible_host=52.91.160.3
  465. node-2 ansible_host=34.207.235.41
  466.  
  467. [control]
  468. ansible ansible_host=54.227.22.244
  469.  
  470. ##############################
  471. student31
  472. ##############################
  473. [all:vars]
  474. ansible_user=student31
  475. ansible_ssh_pass=ansible123
  476. ansible_port=22
  477.  
  478. [web]
  479. node-1 ansible_host=54.174.122.224
  480. node-2 ansible_host=54.164.175.219
  481.  
  482. [control]
  483. ansible ansible_host=54.158.21.195
  484.  
  485. ##############################
  486. student32
  487. ##############################
  488. [all:vars]
  489. ansible_user=student32
  490. ansible_ssh_pass=ansible123
  491. ansible_port=22
  492.  
  493. [web]
  494. node-1 ansible_host=35.172.213.171
  495. node-2 ansible_host=35.172.182.41
  496.  
  497. [control]
  498. ansible ansible_host=54.152.66.158
  499.  
  500. ##############################
  501. student33
  502. ##############################
  503. [all:vars]
  504. ansible_user=student33
  505. ansible_ssh_pass=ansible123
  506. ansible_port=22
  507.  
  508. [web]
  509. node-1 ansible_host=34.224.33.44
  510. node-2 ansible_host=54.152.203.4
  511.  
  512. [control]
  513. ansible ansible_host=34.207.148.237
  514.  
  515. ##############################
  516. student34
  517. ##############################
  518. [all:vars]
  519. ansible_user=student34
  520. ansible_ssh_pass=ansible123
  521. ansible_port=22
  522.  
  523. [web]
  524. node-1 ansible_host=34.224.37.71
  525. node-2 ansible_host=52.23.185.189
  526.  
  527. [control]
  528. ansible ansible_host=34.229.15.68
  529.  
  530. ##############################
  531. student35
  532. ##############################
  533. [all:vars]
  534. ansible_user=student35
  535. ansible_ssh_pass=ansible123
  536. ansible_port=22
  537.  
  538. [web]
  539. node-1 ansible_host=34.203.12.165
  540. node-2 ansible_host=34.229.6.110
  541.  
  542. [control]
  543. ansible ansible_host=54.144.242.234
  544.  
  545. ##############################
  546. student36
  547. ##############################
  548. [all:vars]
  549. ansible_user=student36
  550. ansible_ssh_pass=ansible123
  551. ansible_port=22
  552.  
  553. [web]
  554. node-1 ansible_host=54.175.27.48
  555. node-2 ansible_host=35.172.200.178
  556.  
  557. [control]
  558. ansible ansible_host=34.224.21.181
  559.  
  560. ##############################
  561. student37
  562. ##############################
  563. [all:vars]
  564. ansible_user=student37
  565. ansible_ssh_pass=ansible123
  566. ansible_port=22
  567.  
  568. [web]
  569. node-1 ansible_host=34.230.88.215
  570. node-2 ansible_host=204.236.199.68
  571.  
  572. [control]
  573. ansible ansible_host=54.145.244.111
  574.  
  575. ##############################
  576. student38
  577. ##############################
  578. [all:vars]
  579. ansible_user=student38
  580. ansible_ssh_pass=ansible123
  581. ansible_port=22
  582.  
  583. [web]
  584. node-1 ansible_host=54.172.73.128
  585. node-2 ansible_host=54.89.169.244
  586.  
  587. [control]
  588. ansible ansible_host=34.224.218.63
  589.  
  590. ##############################
  591. student39
  592. ##############################
  593. [all:vars]
  594. ansible_user=student39
  595. ansible_ssh_pass=ansible123
  596. ansible_port=22
  597.  
  598. [web]
  599. node-1 ansible_host=52.91.140.88
  600. node-2 ansible_host=35.172.179.192
  601.  
  602. [control]
  603. ansible ansible_host=107.20.0.254
  604.  
  605. ##############################
  606. student40
  607. ##############################
  608. [all:vars]
  609. ansible_user=student40
  610. ansible_ssh_pass=ansible123
  611. ansible_port=22
  612.  
  613. [web]
  614. node-1 ansible_host=54.91.8.226
  615. node-2 ansible_host=54.89.160.247
  616.  
  617. [control]
  618. ansible ansible_host=54.242.2.93
  619.  
  620. ##############################
  621. student41
  622. ##############################
  623. [all:vars]
  624. ansible_user=student41
  625. ansible_ssh_pass=ansible123
  626. ansible_port=22
  627.  
  628. [web]
  629. node-1 ansible_host=184.72.77.54
  630. node-2 ansible_host=34.224.26.242
  631.  
  632. [control]
  633. ansible ansible_host=54.163.200.252
  634.  
  635. ##############################
  636. student42
  637. ##############################
  638. [all:vars]
  639. ansible_user=student42
  640. ansible_ssh_pass=ansible123
  641. ansible_port=22
  642.  
  643. [web]
  644. node-1 ansible_host=34.229.75.130
  645. node-2 ansible_host=34.229.78.219
  646.  
  647. [control]
  648. ansible ansible_host=54.91.6.90
  649.  
  650. ##############################
  651. student43
  652. ##############################
  653. [all:vars]
  654. ansible_user=student43
  655. ansible_ssh_pass=ansible123
  656. ansible_port=22
  657.  
  658. [web]
  659. node-1 ansible_host=54.196.3.31
  660. node-2 ansible_host=52.54.92.138
  661.  
  662. [control]
  663. ansible ansible_host=52.90.98.102
  664.  
  665. ##############################
  666. student44
  667. ##############################
  668. [all:vars]
  669. ansible_user=student44
  670. ansible_ssh_pass=ansible123
  671. ansible_port=22
  672.  
  673. [web]
  674. node-1 ansible_host=174.129.51.146
  675. node-2 ansible_host=52.91.50.218
  676.  
  677. [control]
  678. ansible ansible_host=54.174.88.137
  679.  
  680. ##############################
  681. student45
  682. ##############################
  683. [all:vars]
  684. ansible_user=student45
  685. ansible_ssh_pass=ansible123
  686. ansible_port=22
  687.  
  688. [web]
  689. node-1 ansible_host=34.228.140.177
  690. node-2 ansible_host=52.207.228.81
  691.  
  692. [control]
  693. ansible ansible_host=54.210.134.154
Add Comment
Please, Sign In to add comment