Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.54 KB | None | 0 0
  1. ubuntu@ip-10-128-0-86:~/deployments$ ansible-playbook graylog.yml
  2.  
  3. PLAY [Apply Roles for Gray Log] ***********************************************************************************************************************************************************************************
  4.  
  5. TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
  6. ok: [ec2_justin_graylog_dev]
  7.  
  8. TASK [geerlingguy.java] *******************************************************************************************************************************************************************************************
  9. [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release.
  10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  11. [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.. This feature will be removed in a
  12. future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  13. [DEPRECATION WARNING]: The use of 'static' has been deprecated. Use 'import_tasks' for static inclusion, or 'include_tasks' for dynamic inclusion. This feature will be removed in a future release. Deprecation
  14. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  15.  
  16. TASK [geerlingguy.java : Include OS-specific variables.] **********************************************************************************************************************************************************
  17. ok: [ec2_justin_graylog_dev]
  18.  
  19. TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ***********************************************************************************************************************************************
  20. skipping: [ec2_justin_graylog_dev]
  21.  
  22. TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******************************************************************************************************************************************
  23. ok: [ec2_justin_graylog_dev]
  24.  
  25. TASK [geerlingguy.java : Define java_packages.] *******************************************************************************************************************************************************************
  26. skipping: [ec2_justin_graylog_dev]
  27.  
  28. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  29. skipping: [ec2_justin_graylog_dev]
  30.  
  31. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  32. included: /home/ubuntu/deployments/roles/geerlingguy.java/tasks/setup-Debian.yml for ec2_justin_graylog_dev
  33.  
  34. TASK [geerlingguy.java : Ensure Java is installed.] ***************************************************************************************************************************************************************
  35. ok: [ec2_justin_graylog_dev] => (item=[u'openjdk-8-jdk'])
  36.  
  37. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  38. skipping: [ec2_justin_graylog_dev]
  39.  
  40. TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************************************************************************************************************************************************
  41. skipping: [ec2_justin_graylog_dev]
  42.  
  43. TASK [jdauphant.nginx] ********************************************************************************************************************************************************************************************
  44.  
  45. TASK [jdauphant.nginx : include_vars] *****************************************************************************************************************************************************************************
  46. ok: [ec2_justin_graylog_dev] => (item=/home/ubuntu/deployments/roles/jdauphant.nginx/vars/../vars/Debian.yml)
  47.  
  48. TASK [jdauphant.nginx : Install the selinux python module] ********************************************************************************************************************************************************
  49. skipping: [ec2_justin_graylog_dev] => (item=libselinux-python)
  50. skipping: [ec2_justin_graylog_dev] => (item=libsemanage-python)
  51.  
  52. TASK [jdauphant.nginx : Install the selinux python module] ********************************************************************************************************************************************************
  53. skipping: [ec2_justin_graylog_dev] => (item=python-selinux)
  54. skipping: [ec2_justin_graylog_dev] => (item=python-semanage)
  55.  
  56. TASK [jdauphant.nginx : Set SELinux boolean to allow nginx to set rlimit] *****************************************************************************************************************************************
  57. skipping: [ec2_justin_graylog_dev]
  58.  
  59. TASK [jdauphant.nginx : Ensure APT official nginx key] ************************************************************************************************************************************************************
  60. skipping: [ec2_justin_graylog_dev]
  61.  
  62. TASK [jdauphant.nginx : Ensure APT official nginx repository] *****************************************************************************************************************************************************
  63. skipping: [ec2_justin_graylog_dev]
  64.  
  65. TASK [jdauphant.nginx : Ensure APT official nginx repository (mainline)] ******************************************************************************************************************************************
  66. skipping: [ec2_justin_graylog_dev]
  67.  
  68. TASK [jdauphant.nginx : Ensure RPM official nginx key] ************************************************************************************************************************************************************
  69. skipping: [ec2_justin_graylog_dev]
  70.  
  71. TASK [jdauphant.nginx : Ensure YUM official nginx repository] *****************************************************************************************************************************************************
  72. skipping: [ec2_justin_graylog_dev]
  73.  
  74. TASK [jdauphant.nginx : Ensure zypper official nginx repository] **************************************************************************************************************************************************
  75. skipping: [ec2_justin_graylog_dev]
  76.  
  77. TASK [jdauphant.nginx : Ensure zypper official nginx repository (mainline)] ***************************************************************************************************************************************
  78. skipping: [ec2_justin_graylog_dev]
  79.  
  80. TASK [jdauphant.nginx : Install the epel packages for EL distributions] *******************************************************************************************************************************************
  81. skipping: [ec2_justin_graylog_dev]
  82.  
  83. TASK [jdauphant.nginx : Install the nginx packages from official repo for EL distributions] ***********************************************************************************************************************
  84. skipping: [ec2_justin_graylog_dev] => (item=[])
  85.  
  86. TASK [jdauphant.nginx : Install the nginx packages for all other distributions] ***********************************************************************************************************************************
  87. ok: [ec2_justin_graylog_dev] => (item=nginx)
  88.  
  89. TASK [jdauphant.nginx : Create the directories for site specific configurations] **********************************************************************************************************************************
  90. ok: [ec2_justin_graylog_dev] => (item=sites-available)
  91. ok: [ec2_justin_graylog_dev] => (item=sites-enabled)
  92. ok: [ec2_justin_graylog_dev] => (item=auth_basic)
  93. ok: [ec2_justin_graylog_dev] => (item=conf.d)
  94. ok: [ec2_justin_graylog_dev] => (item=conf.d/stream)
  95. ok: [ec2_justin_graylog_dev] => (item=snippets)
  96. ok: [ec2_justin_graylog_dev] => (item=modules-available)
  97. ok: [ec2_justin_graylog_dev] => (item=modules-enabled)
  98.  
  99. TASK [jdauphant.nginx : Ensure log directory exist] ***************************************************************************************************************************************************************
  100. ok: [ec2_justin_graylog_dev]
  101.  
  102. TASK [jdauphant.nginx : Disable the default site] *****************************************************************************************************************************************************************
  103. ok: [ec2_justin_graylog_dev]
  104.  
  105. TASK [jdauphant.nginx : Remove the default configuration] *********************************************************************************************************************************************************
  106. ok: [ec2_justin_graylog_dev]
  107.  
  108. TASK [jdauphant.nginx : Find enabled sites] ***********************************************************************************************************************************************************************
  109. skipping: [ec2_justin_graylog_dev]
  110.  
  111. TASK [jdauphant.nginx : Disable unmanaged sites] ******************************************************************************************************************************************************************
  112.  
  113. TASK [jdauphant.nginx : Find config files] ************************************************************************************************************************************************************************
  114. skipping: [ec2_justin_graylog_dev]
  115.  
  116. TASK [jdauphant.nginx : Remove unmanaged config files] ************************************************************************************************************************************************************
  117.  
  118. TASK [jdauphant.nginx : Remove unwanted sites] ********************************************************************************************************************************************************************
  119.  
  120. TASK [jdauphant.nginx : Remove unwanted conf] *********************************************************************************************************************************************************************
  121.  
  122. TASK [jdauphant.nginx : Remove unwanted snippets] *****************************************************************************************************************************************************************
  123.  
  124. TASK [jdauphant.nginx : Remove unwanted auth_basic_files] *********************************************************************************************************************************************************
  125.  
  126. TASK [jdauphant.nginx : Copy the nginx configuration file] ********************************************************************************************************************************************************
  127. ok: [ec2_justin_graylog_dev]
  128.  
  129. TASK [jdauphant.nginx : Ensure auth_basic files created] **********************************************************************************************************************************************************
  130.  
  131. TASK [jdauphant.nginx : Create the configurations for sites] ******************************************************************************************************************************************************
  132. ok: [ec2_justin_graylog_dev] => (item={'key': u'graylog', 'value': [u'listen 80', u'server_name graylog', u'location / { proxy_pass http://localhost:9000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_request_headers on; proxy_connect_timeout 150; proxy_send_timeout 100; proxy_read_timeout 100; proxy_buffers 4 32k; client_max_body_size 8m; client_body_buffer_size 128k; }']})
  133.  
  134. TASK [jdauphant.nginx : Create links for sites-enabled] ***********************************************************************************************************************************************************
  135. ok: [ec2_justin_graylog_dev] => (item={'key': u'graylog', 'value': [u'listen 80', u'server_name graylog', u'location / { proxy_pass http://localhost:9000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_request_headers on; proxy_connect_timeout 150; proxy_send_timeout 100; proxy_read_timeout 100; proxy_buffers 4 32k; client_max_body_size 8m; client_body_buffer_size 128k; }']})
  136.  
  137. TASK [jdauphant.nginx : Create the configurations for independent config file] ************************************************************************************************************************************
  138.  
  139. TASK [jdauphant.nginx : Create configuration snippets] ************************************************************************************************************************************************************
  140.  
  141. TASK [jdauphant.nginx : Create the configurations for independent config file for streams] ************************************************************************************************************************
  142.  
  143. TASK [jdauphant.nginx : Start the nginx service] ******************************************************************************************************************************************************************
  144. ok: [ec2_justin_graylog_dev]
  145.  
  146. TASK [Graylog2.graylog-ansible-role] ******************************************************************************************************************************************************************************
  147.  
  148. TASK [elastic.elasticsearch : os-specific vars] *******************************************************************************************************************************************************************
  149. skipping: [ec2_justin_graylog_dev]
  150.  
  151. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  152. skipping: [ec2_justin_graylog_dev]
  153.  
  154. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  155. skipping: [ec2_justin_graylog_dev]
  156.  
  157. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  158. skipping: [ec2_justin_graylog_dev]
  159.  
  160. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  161. skipping: [ec2_justin_graylog_dev]
  162.  
  163. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  164. skipping: [ec2_justin_graylog_dev]
  165.  
  166. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  167. skipping: [ec2_justin_graylog_dev]
  168.  
  169. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  170. skipping: [ec2_justin_graylog_dev]
  171.  
  172. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  173. skipping: [ec2_justin_graylog_dev]
  174.  
  175. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  176. skipping: [ec2_justin_graylog_dev]
  177.  
  178. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  179. skipping: [ec2_justin_graylog_dev]
  180.  
  181. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  182. skipping: [ec2_justin_graylog_dev]
  183.  
  184. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  185. skipping: [ec2_justin_graylog_dev]
  186.  
  187. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  188. skipping: [ec2_justin_graylog_dev]
  189.  
  190. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  191. skipping: [ec2_justin_graylog_dev]
  192.  
  193. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  194. skipping: [ec2_justin_graylog_dev]
  195.  
  196. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  197. skipping: [ec2_justin_graylog_dev]
  198.  
  199. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  200. skipping: [ec2_justin_graylog_dev]
  201.  
  202. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  203. skipping: [ec2_justin_graylog_dev]
  204.  
  205. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  206. skipping: [ec2_justin_graylog_dev]
  207.  
  208. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  209. skipping: [ec2_justin_graylog_dev]
  210.  
  211. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  212. skipping: [ec2_justin_graylog_dev]
  213.  
  214. TASK [elastic.elasticsearch : RedHat - Ensure Java is installed] **************************************************************************************************************************************************
  215. skipping: [ec2_justin_graylog_dev]
  216.  
  217. TASK [elastic.elasticsearch : Refresh java repo] ******************************************************************************************************************************************************************
  218. skipping: [ec2_justin_graylog_dev]
  219.  
  220. TASK [elastic.elasticsearch : Debian - Ensure Java is installed] **************************************************************************************************************************************************
  221. skipping: [ec2_justin_graylog_dev]
  222.  
  223. TASK [elastic.elasticsearch : command] ****************************************************************************************************************************************************************************
  224. skipping: [ec2_justin_graylog_dev]
  225.  
  226. TASK [elastic.elasticsearch : refresh the java ca-certificates] ***************************************************************************************************************************************************
  227. skipping: [ec2_justin_graylog_dev]
  228.  
  229. TASK [elastic.elasticsearch : Ensure optional elasticsearch group is created with the correct id.] ****************************************************************************************************************
  230. skipping: [ec2_justin_graylog_dev]
  231.  
  232. TASK [elastic.elasticsearch : Ensure optional elasticsearch user is created with the correct id.] *****************************************************************************************************************
  233. skipping: [ec2_justin_graylog_dev]
  234.  
  235. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  236. skipping: [ec2_justin_graylog_dev]
  237.  
  238. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  239. skipping: [ec2_justin_graylog_dev]
  240.  
  241. TASK [elastic.elasticsearch : Debian - Install apt-transport-https to support https APT downloads] ****************************************************************************************************************
  242. skipping: [ec2_justin_graylog_dev]
  243.  
  244. TASK [elastic.elasticsearch : Debian - Add Elasticsearch repository key] ******************************************************************************************************************************************
  245. skipping: [ec2_justin_graylog_dev]
  246.  
  247. TASK [elastic.elasticsearch : Debian - Add elasticsearch repository] **********************************************************************************************************************************************
  248. skipping: [ec2_justin_graylog_dev] => (item={u'repo': u'deb http://packages.elastic.co/elasticsearch/5.x/debian stable main', u'state': u'absent'})
  249. skipping: [ec2_justin_graylog_dev] => (item={u'repo': u'deb https://artifacts.elastic.co/packages/5.x/apt stable main', u'state': u'present'})
  250.  
  251. TASK [elastic.elasticsearch : Debian - hold elasticsearch version] ************************************************************************************************************************************************
  252. skipping: [ec2_justin_graylog_dev]
  253.  
  254. TASK [elastic.elasticsearch : Debian - Ensure elasticsearch is installed] *****************************************************************************************************************************************
  255. skipping: [ec2_justin_graylog_dev]
  256.  
  257. TASK [elastic.elasticsearch : Debian - Download elasticsearch from url] *******************************************************************************************************************************************
  258. skipping: [ec2_justin_graylog_dev]
  259.  
  260. TASK [elastic.elasticsearch : Debian - Ensure elasticsearch is installed from downloaded package] *****************************************************************************************************************
  261. skipping: [ec2_justin_graylog_dev]
  262.  
  263. TASK [elastic.elasticsearch : Ensure libselinux-python on CentOS 6.x] *********************************************************************************************************************************************
  264. skipping: [ec2_justin_graylog_dev]
  265.  
  266. TASK [elastic.elasticsearch : RedHat - add Elasticsearch repo] ****************************************************************************************************************************************************
  267. skipping: [ec2_justin_graylog_dev]
  268.  
  269. TASK [elastic.elasticsearch : RedHat - install yum-version-lock] **************************************************************************************************************************************************
  270. skipping: [ec2_justin_graylog_dev]
  271.  
  272. TASK [elastic.elasticsearch : RedHat - lock elasticsearch version] ************************************************************************************************************************************************
  273. skipping: [ec2_justin_graylog_dev]
  274.  
  275. TASK [elastic.elasticsearch : RedHat - Install Elasticsearch] *****************************************************************************************************************************************************
  276. skipping: [ec2_justin_graylog_dev]
  277.  
  278. TASK [elastic.elasticsearch : RedHat - Install Elasticsearch from url] ********************************************************************************************************************************************
  279. skipping: [ec2_justin_graylog_dev]
  280.  
  281. TASK [elastic.elasticsearch : Create Directories] *****************************************************************************************************************************************************************
  282. skipping: [ec2_justin_graylog_dev] => (item=)
  283. skipping: [ec2_justin_graylog_dev] => (item=)
  284. skipping: [ec2_justin_graylog_dev] => (item=)
  285.  
  286. TASK [elastic.elasticsearch : Create Data Directories] ************************************************************************************************************************************************************
  287. skipping: [ec2_justin_graylog_dev] => (item=)
  288.  
  289. TASK [elastic.elasticsearch : Copy Configuration File] ************************************************************************************************************************************************************
  290. skipping: [ec2_justin_graylog_dev]
  291.  
  292. TASK [elastic.elasticsearch : Copy Default File for Instance] *****************************************************************************************************************************************************
  293. skipping: [ec2_justin_graylog_dev]
  294.  
  295. TASK [elastic.elasticsearch : Copy Debian Init File for Instance] *************************************************************************************************************************************************
  296. skipping: [ec2_justin_graylog_dev]
  297.  
  298. TASK [elastic.elasticsearch : Copy Redhat Init File for Instance] *************************************************************************************************************************************************
  299. skipping: [ec2_justin_graylog_dev]
  300.  
  301. TASK [elastic.elasticsearch : Copy Systemd File for Instance] *****************************************************************************************************************************************************
  302. skipping: [ec2_justin_graylog_dev]
  303.  
  304. TASK [elastic.elasticsearch : Copy log4j2.properties File for Instance] *******************************************************************************************************************************************
  305. skipping: [ec2_justin_graylog_dev]
  306.  
  307. TASK [elastic.elasticsearch : Copy jvm.options File for Instance] *************************************************************************************************************************************************
  308. skipping: [ec2_justin_graylog_dev]
  309.  
  310. TASK [elastic.elasticsearch : Delete Default Init] ****************************************************************************************************************************************************************
  311. skipping: [ec2_justin_graylog_dev]
  312.  
  313. TASK [elastic.elasticsearch : Delete Default Environment File] ****************************************************************************************************************************************************
  314. skipping: [ec2_justin_graylog_dev]
  315.  
  316. TASK [elastic.elasticsearch : Delete Default Environment File] ****************************************************************************************************************************************************
  317. skipping: [ec2_justin_graylog_dev]
  318.  
  319. TASK [elastic.elasticsearch : Delete Default Sysconfig File] ******************************************************************************************************************************************************
  320. skipping: [ec2_justin_graylog_dev]
  321.  
  322. TASK [elastic.elasticsearch : Delete Default Configuration File] **************************************************************************************************************************************************
  323. skipping: [ec2_justin_graylog_dev]
  324.  
  325. TASK [elastic.elasticsearch : Delete Default Logging File] ********************************************************************************************************************************************************
  326. skipping: [ec2_justin_graylog_dev]
  327.  
  328. TASK [elastic.elasticsearch : Delete Default Logging File] ********************************************************************************************************************************************************
  329. skipping: [ec2_justin_graylog_dev]
  330.  
  331. TASK [elastic.elasticsearch : Delete Default JVM Options File] ****************************************************************************************************************************************************
  332. skipping: [ec2_justin_graylog_dev]
  333.  
  334. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  335. skipping: [ec2_justin_graylog_dev]
  336.  
  337. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  338. skipping: [ec2_justin_graylog_dev]
  339.  
  340. TASK [elastic.elasticsearch : Create script dir] ******************************************************************************************************************************************************************
  341. skipping: [ec2_justin_graylog_dev]
  342.  
  343. TASK [elastic.elasticsearch : Copy default scripts to elasticsearch] **********************************************************************************************************************************************
  344. skipping: [ec2_justin_graylog_dev]
  345.  
  346. TASK [elastic.elasticsearch : Copy scripts to elasticsearch] ******************************************************************************************************************************************************
  347.  
  348. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  349. skipping: [ec2_justin_graylog_dev]
  350.  
  351. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  352. skipping: [ec2_justin_graylog_dev]
  353.  
  354. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  355. skipping: [ec2_justin_graylog_dev]
  356.  
  357. TASK [elastic.elasticsearch : Check installed elasticsearch plugins] **********************************************************************************************************************************************
  358. skipping: [ec2_justin_graylog_dev]
  359.  
  360. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  361. skipping: [ec2_justin_graylog_dev]
  362.  
  363. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  364. skipping: [ec2_justin_graylog_dev]
  365.  
  366. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  367. skipping: [ec2_justin_graylog_dev]
  368.  
  369. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  370. skipping: [ec2_justin_graylog_dev]
  371.  
  372. TASK [elastic.elasticsearch : Remove elasticsearch plugins] *******************************************************************************************************************************************************
  373.  
  374. TASK [elastic.elasticsearch : Install elasticsearch plugins] ******************************************************************************************************************************************************
  375. skipping: [ec2_justin_graylog_dev]
  376.  
  377. TASK [elastic.elasticsearch : Set Plugin Directory Permissions] ***************************************************************************************************************************************************
  378. skipping: [ec2_justin_graylog_dev]
  379.  
  380. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  381. skipping: [ec2_justin_graylog_dev]
  382.  
  383. TASK [elastic.elasticsearch : command] ****************************************************************************************************************************************************************************
  384. skipping: [ec2_justin_graylog_dev]
  385.  
  386. TASK [elastic.elasticsearch : Remove x-pack plugin] ***************************************************************************************************************************************************************
  387. skipping: [ec2_justin_graylog_dev]
  388.  
  389. TASK [elastic.elasticsearch : Download x-pack from url] ***********************************************************************************************************************************************************
  390. skipping: [ec2_justin_graylog_dev]
  391.  
  392. TASK [elastic.elasticsearch : Install x-pack plugin from local] ***************************************************************************************************************************************************
  393. skipping: [ec2_justin_graylog_dev]
  394.  
  395. TASK [elastic.elasticsearch : Delete x-pack zip file] *************************************************************************************************************************************************************
  396. skipping: [ec2_justin_graylog_dev]
  397.  
  398. TASK [elastic.elasticsearch : Install x-pack plugin from elastic.co] **********************************************************************************************************************************************
  399. skipping: [ec2_justin_graylog_dev]
  400.  
  401. TASK [elastic.elasticsearch : Ensure x-pack conf directory exists (file)] *****************************************************************************************************************************************
  402. skipping: [ec2_justin_graylog_dev]
  403.  
  404. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  405. skipping: [ec2_justin_graylog_dev]
  406.  
  407. TASK [elastic.elasticsearch : List Users] *************************************************************************************************************************************************************************
  408. skipping: [ec2_justin_graylog_dev]
  409.  
  410. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  411. skipping: [ec2_justin_graylog_dev]
  412.  
  413. TASK [elastic.elasticsearch : Remove Users] ***********************************************************************************************************************************************************************
  414.  
  415. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  416. skipping: [ec2_justin_graylog_dev]
  417.  
  418. TASK [elastic.elasticsearch : Add Users] **************************************************************************************************************************************************************************
  419.  
  420. TASK [elastic.elasticsearch : Set User Passwords] *****************************************************************************************************************************************************************
  421. skipping: [ec2_justin_graylog_dev]
  422.  
  423. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  424. skipping: [ec2_justin_graylog_dev]
  425.  
  426. TASK [elastic.elasticsearch : Copy roles.yml File for Instance] ***************************************************************************************************************************************************
  427. skipping: [ec2_justin_graylog_dev]
  428.  
  429. TASK [elastic.elasticsearch : Copy User Roles] ********************************************************************************************************************************************************************
  430. skipping: [ec2_justin_graylog_dev]
  431.  
  432. TASK [elastic.elasticsearch : Set Security Directory Permissions Recursive] ***************************************************************************************************************************************
  433. skipping: [ec2_justin_graylog_dev]
  434.  
  435. TASK [elastic.elasticsearch : Copy role_mapping.yml File for Instance] ********************************************************************************************************************************************
  436. skipping: [ec2_justin_graylog_dev]
  437.  
  438. TASK [elastic.elasticsearch : Copy message auth key to elasticsearch] *********************************************************************************************************************************************
  439. skipping: [ec2_justin_graylog_dev]
  440.  
  441. TASK [elastic.elasticsearch : Ensure security conf directory exists] **********************************************************************************************************************************************
  442. skipping: [ec2_justin_graylog_dev]
  443.  
  444. TASK [elastic.elasticsearch : Set Plugin Directory Permissions] ***************************************************************************************************************************************************
  445. skipping: [ec2_justin_graylog_dev]
  446.  
  447. TASK [elastic.elasticsearch : Make sure elasticsearch is started] *************************************************************************************************************************************************
  448. skipping: [ec2_justin_graylog_dev]
  449.  
  450. TASK [elastic.elasticsearch : Wait for elasticsearch to startup] **************************************************************************************************************************************************
  451. skipping: [ec2_justin_graylog_dev]
  452.  
  453. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  454. skipping: [ec2_justin_graylog_dev]
  455.  
  456. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  457. skipping: [ec2_justin_graylog_dev]
  458.  
  459. TASK [elastic.elasticsearch : Wait 15 seconds for the Native Relm to come up] *************************************************************************************************************************************
  460. skipping: [ec2_justin_graylog_dev]
  461.  
  462. TASK [elastic.elasticsearch : Activate ES license (without security authentication)] ******************************************************************************************************************************
  463. skipping: [ec2_justin_graylog_dev]
  464.  
  465. TASK [elastic.elasticsearch : Activate ES license (with security authentication)] *********************************************************************************************************************************
  466. skipping: [ec2_justin_graylog_dev]
  467.  
  468. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  469. skipping: [ec2_justin_graylog_dev]
  470.  
  471. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  472. skipping: [ec2_justin_graylog_dev]
  473.  
  474. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  475. skipping: [ec2_justin_graylog_dev]
  476.  
  477. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  478. skipping: [ec2_justin_graylog_dev]
  479.  
  480. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  481. skipping: [ec2_justin_graylog_dev]
  482.  
  483. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  484. skipping: [ec2_justin_graylog_dev]
  485.  
  486. TASK [elastic.elasticsearch : List Native Users] ******************************************************************************************************************************************************************
  487. skipping: [ec2_justin_graylog_dev]
  488.  
  489. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  490. skipping: [ec2_justin_graylog_dev]
  491.  
  492. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  493. skipping: [ec2_justin_graylog_dev]
  494.  
  495. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  496. skipping: [ec2_justin_graylog_dev]
  497.  
  498. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  499. skipping: [ec2_justin_graylog_dev]
  500.  
  501. TASK [elastic.elasticsearch : Update API User Password] ***********************************************************************************************************************************************************
  502. skipping: [ec2_justin_graylog_dev]
  503.  
  504. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  505. skipping: [ec2_justin_graylog_dev]
  506.  
  507. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  508. skipping: [ec2_justin_graylog_dev]
  509.  
  510. TASK [elastic.elasticsearch : Delete Native Users] ****************************************************************************************************************************************************************
  511.  
  512. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  513. skipping: [ec2_justin_graylog_dev]
  514.  
  515. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  516. skipping: [ec2_justin_graylog_dev]
  517.  
  518. TASK [elastic.elasticsearch : Update Reserved User Passwords] *****************************************************************************************************************************************************
  519.  
  520. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  521. skipping: [ec2_justin_graylog_dev]
  522.  
  523. TASK [elastic.elasticsearch : Update Non-Reserved Native User Details] ********************************************************************************************************************************************
  524.  
  525. TASK [elastic.elasticsearch : List Native Roles] ******************************************************************************************************************************************************************
  526. skipping: [ec2_justin_graylog_dev]
  527.  
  528. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  529. skipping: [ec2_justin_graylog_dev]
  530.  
  531. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  532. skipping: [ec2_justin_graylog_dev]
  533.  
  534. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  535. skipping: [ec2_justin_graylog_dev]
  536.  
  537. TASK [elastic.elasticsearch : debug] ******************************************************************************************************************************************************************************
  538. skipping: [ec2_justin_graylog_dev]
  539.  
  540. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  541. skipping: [ec2_justin_graylog_dev]
  542.  
  543. TASK [elastic.elasticsearch : Delete Native Roles] ****************************************************************************************************************************************************************
  544.  
  545. TASK [elastic.elasticsearch : set_fact] ***************************************************************************************************************************************************************************
  546. skipping: [ec2_justin_graylog_dev]
  547.  
  548. TASK [elastic.elasticsearch : Update Native Roles] ****************************************************************************************************************************************************************
  549.  
  550. TASK [elastic.elasticsearch : file] *******************************************************************************************************************************************************************************
  551. skipping: [ec2_justin_graylog_dev]
  552.  
  553. TASK [elastic.elasticsearch : Copy templates to elasticsearch] ****************************************************************************************************************************************************
  554. skipping: [ec2_justin_graylog_dev] => (item=/home/ubuntu/deployments/roles/elastic.elasticsearch/files/templates/basic.json)
  555.  
  556. TASK [elastic.elasticsearch : Install templates without auth] *****************************************************************************************************************************************************
  557. skipping: [ec2_justin_graylog_dev] => (item=/home/ubuntu/deployments/roles/elastic.elasticsearch/files/templates/basic.json)
  558.  
  559. TASK [elastic.elasticsearch : Install templates with auth] ********************************************************************************************************************************************************
  560. skipping: [ec2_justin_graylog_dev] => (item=/home/ubuntu/deployments/roles/elastic.elasticsearch/files/templates/basic.json)
  561.  
  562. TASK [jdauphant.nginx : include_vars] *****************************************************************************************************************************************************************************
  563. skipping: [ec2_justin_graylog_dev] => (item=/home/ubuntu/deployments/roles/jdauphant.nginx/vars/../vars/Debian.yml)
  564.  
  565. TASK [jdauphant.nginx : Install the selinux python module] ********************************************************************************************************************************************************
  566. skipping: [ec2_justin_graylog_dev] => (item=libselinux-python)
  567. skipping: [ec2_justin_graylog_dev] => (item=libsemanage-python)
  568.  
  569. TASK [jdauphant.nginx : Install the selinux python module] ********************************************************************************************************************************************************
  570. skipping: [ec2_justin_graylog_dev] => (item=python-selinux)
  571. skipping: [ec2_justin_graylog_dev] => (item=python-semanage)
  572.  
  573. TASK [jdauphant.nginx : Set SELinux boolean to allow nginx to set rlimit] *****************************************************************************************************************************************
  574. skipping: [ec2_justin_graylog_dev]
  575.  
  576. TASK [jdauphant.nginx : Ensure APT official nginx key] ************************************************************************************************************************************************************
  577. skipping: [ec2_justin_graylog_dev]
  578.  
  579. TASK [jdauphant.nginx : Ensure APT official nginx repository] *****************************************************************************************************************************************************
  580. skipping: [ec2_justin_graylog_dev]
  581.  
  582. TASK [jdauphant.nginx : Ensure APT official nginx repository (mainline)] ******************************************************************************************************************************************
  583. skipping: [ec2_justin_graylog_dev]
  584.  
  585. TASK [jdauphant.nginx : Ensure RPM official nginx key] ************************************************************************************************************************************************************
  586. skipping: [ec2_justin_graylog_dev]
  587.  
  588. TASK [jdauphant.nginx : Ensure YUM official nginx repository] *****************************************************************************************************************************************************
  589. skipping: [ec2_justin_graylog_dev]
  590.  
  591. TASK [jdauphant.nginx : Ensure zypper official nginx repository] **************************************************************************************************************************************************
  592. skipping: [ec2_justin_graylog_dev]
  593.  
  594. TASK [jdauphant.nginx : Ensure zypper official nginx repository (mainline)] ***************************************************************************************************************************************
  595. skipping: [ec2_justin_graylog_dev]
  596.  
  597. TASK [jdauphant.nginx : Install the epel packages for EL distributions] *******************************************************************************************************************************************
  598. skipping: [ec2_justin_graylog_dev]
  599.  
  600. TASK [jdauphant.nginx : Install the nginx packages from official repo for EL distributions] ***********************************************************************************************************************
  601. skipping: [ec2_justin_graylog_dev] => (item=[])
  602.  
  603. TASK [jdauphant.nginx : Install the nginx packages for all other distributions] ***********************************************************************************************************************************
  604. skipping: [ec2_justin_graylog_dev] => (item=nginx)
  605.  
  606. TASK [jdauphant.nginx : Create the directories for site specific configurations] **********************************************************************************************************************************
  607. skipping: [ec2_justin_graylog_dev] => (item=sites-available)
  608. skipping: [ec2_justin_graylog_dev] => (item=sites-enabled)
  609. skipping: [ec2_justin_graylog_dev] => (item=auth_basic)
  610. skipping: [ec2_justin_graylog_dev] => (item=conf.d)
  611. skipping: [ec2_justin_graylog_dev] => (item=conf.d/stream)
  612. skipping: [ec2_justin_graylog_dev] => (item=snippets)
  613. skipping: [ec2_justin_graylog_dev] => (item=modules-available)
  614. skipping: [ec2_justin_graylog_dev] => (item=modules-enabled)
  615.  
  616. TASK [jdauphant.nginx : Ensure log directory exist] ***************************************************************************************************************************************************************
  617. skipping: [ec2_justin_graylog_dev]
  618.  
  619. TASK [jdauphant.nginx : Disable the default site] *****************************************************************************************************************************************************************
  620. skipping: [ec2_justin_graylog_dev]
  621.  
  622. TASK [jdauphant.nginx : Remove the default configuration] *********************************************************************************************************************************************************
  623. skipping: [ec2_justin_graylog_dev]
  624.  
  625. TASK [jdauphant.nginx : Find enabled sites] ***********************************************************************************************************************************************************************
  626. skipping: [ec2_justin_graylog_dev]
  627.  
  628. TASK [jdauphant.nginx : Disable unmanaged sites] ******************************************************************************************************************************************************************
  629.  
  630. TASK [jdauphant.nginx : Find config files] ************************************************************************************************************************************************************************
  631. skipping: [ec2_justin_graylog_dev]
  632.  
  633. TASK [jdauphant.nginx : Remove unmanaged config files] ************************************************************************************************************************************************************
  634.  
  635. TASK [jdauphant.nginx : Remove unwanted sites] ********************************************************************************************************************************************************************
  636.  
  637. TASK [jdauphant.nginx : Remove unwanted conf] *********************************************************************************************************************************************************************
  638.  
  639. TASK [jdauphant.nginx : Remove unwanted snippets] *****************************************************************************************************************************************************************
  640.  
  641. TASK [jdauphant.nginx : Remove unwanted auth_basic_files] *********************************************************************************************************************************************************
  642.  
  643. TASK [jdauphant.nginx : Copy the nginx configuration file] ********************************************************************************************************************************************************
  644. skipping: [ec2_justin_graylog_dev]
  645.  
  646. TASK [jdauphant.nginx : Ensure auth_basic files created] **********************************************************************************************************************************************************
  647.  
  648. TASK [jdauphant.nginx : Create the configurations for sites] ******************************************************************************************************************************************************
  649. skipping: [ec2_justin_graylog_dev] => (item={'key': u'graylog', 'value': [u'listen 80', u'server_name graylog', u'location / { proxy_pass http://localhost:9000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_request_headers on; proxy_connect_timeout 150; proxy_send_timeout 100; proxy_read_timeout 100; proxy_buffers 4 32k; client_max_body_size 8m; client_body_buffer_size 128k; }']})
  650.  
  651. TASK [jdauphant.nginx : Create links for sites-enabled] ***********************************************************************************************************************************************************
  652. skipping: [ec2_justin_graylog_dev] => (item={'key': u'graylog', 'value': [u'listen 80', u'server_name graylog', u'location / { proxy_pass http://localhost:9000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_request_headers on; proxy_connect_timeout 150; proxy_send_timeout 100; proxy_read_timeout 100; proxy_buffers 4 32k; client_max_body_size 8m; client_body_buffer_size 128k; }']})
  653.  
  654. TASK [jdauphant.nginx : Create the configurations for independent config file] ************************************************************************************************************************************
  655.  
  656. TASK [jdauphant.nginx : Create configuration snippets] ************************************************************************************************************************************************************
  657.  
  658. TASK [jdauphant.nginx : Create the configurations for independent config file for streams] ************************************************************************************************************************
  659.  
  660. TASK [jdauphant.nginx : Start the nginx service] ******************************************************************************************************************************************************************
  661. skipping: [ec2_justin_graylog_dev]
  662.  
  663. TASK [Graylog2.graylog-ansible-role : Check for supported distros should be made] *********************************************************************************************************************************
  664. skipping: [ec2_justin_graylog_dev]
  665.  
  666. TASK [Graylog2.graylog-ansible-role : OS-family specific vars should be loaded] ***********************************************************************************************************************************
  667. ok: [ec2_justin_graylog_dev]
  668.  
  669. TASK [Graylog2.graylog-ansible-role : set_fact] *******************************************************************************************************************************************************************
  670. ok: [ec2_justin_graylog_dev]
  671.  
  672. TASK [Graylog2.graylog-ansible-role : include] ********************************************************************************************************************************************************************
  673. skipping: [ec2_justin_graylog_dev]
  674.  
  675. TASK [Graylog2.graylog-ansible-role : include] ********************************************************************************************************************************************************************
  676. skipping: [ec2_justin_graylog_dev]
  677.  
  678. TASK [Graylog2.graylog-ansible-role : include] ********************************************************************************************************************************************************************
  679. included: /home/ubuntu/deployments/roles/Graylog2.graylog-ansible-role/tasks/setup-Debian.yml for ec2_justin_graylog_dev
  680.  
  681. TASK [Graylog2.graylog-ansible-role : Package "python-software-properties" should be installed] *******************************************************************************************************************
  682. ok: [ec2_justin_graylog_dev]
  683.  
  684. TASK [Graylog2.graylog-ansible-role : Graylog repository package should be downloaded] ****************************************************************************************************************************
  685. ok: [ec2_justin_graylog_dev]
  686.  
  687. TASK [Graylog2.graylog-ansible-role : Package "apt-transport-https" should be installed] **************************************************************************************************************************
  688. ok: [ec2_justin_graylog_dev]
  689.  
  690. TASK [Graylog2.graylog-ansible-role : Graylog repository package should be installed] *****************************************************************************************************************************
  691. ok: [ec2_justin_graylog_dev]
  692.  
  693. TASK [Graylog2.graylog-ansible-role : APT cache should be updated] ************************************************************************************************************************************************
  694. skipping: [ec2_justin_graylog_dev]
  695.  
  696. TASK [Graylog2.graylog-ansible-role : Graylog server package should be installed] *********************************************************************************************************************************
  697. ok: [ec2_justin_graylog_dev]
  698.  
  699. TASK [Graylog2.graylog-ansible-role : Directory should be created with correct ownership and privileges] **********************************************************************************************************
  700. ok: [ec2_justin_graylog_dev]
  701.  
  702. TASK [Graylog2.graylog-ansible-role : Graylog server should be configured] ****************************************************************************************************************************************
  703. ok: [ec2_justin_graylog_dev]
  704.  
  705. TASK [Graylog2.graylog-ansible-role : Graylog server defaults should be configured] *******************************************************************************************************************************
  706. ok: [ec2_justin_graylog_dev]
  707.  
  708. TASK [Graylog2.graylog-ansible-role : Graylog server should start after reboot] ***********************************************************************************************************************************
  709. ok: [ec2_justin_graylog_dev]
  710.  
  711. TASK [Graylog2.graylog-ansible-role : Wait for Graylog server to startup] *******************************************************************************
  712. fatal: [ec2_justin_graylog_dev]: FAILED! => {"changed": false, "elapsed": 300, "failed": true, "msg": "Timeout when waiting for 127.0.0.1:9000"}
  713. to retry, use: --limit @/home/ubuntu/deployments/graylog.retry
  714.  
  715. PLAY RECAP **********************************************************************************************************************************************
  716. ec2_justin_graylog_dev : ok=28 changed=2 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement