Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. ubuntu@ip-10-128-0-86:~/deployments/plays$ ansible-playbook graylog.yml
  2. [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.
  3. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  4. [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
  5. future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  6. [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
  7. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  8.  
  9. PLAY [Apply Roles for Gray Log] ***********************************************************************************************************************************************************************************
  10.  
  11. TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
  12. ok: [ec2_justin_graylog02_dev]
  13. ok: [ec2_justin_graylog01_dev]
  14.  
  15. TASK [geerlingguy.java : Include OS-specific variables.] **********************************************************************************************************************************************************
  16. ok: [ec2_justin_graylog01_dev]
  17. ok: [ec2_justin_graylog02_dev]
  18.  
  19. TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ***********************************************************************************************************************************************
  20. skipping: [ec2_justin_graylog01_dev]
  21. skipping: [ec2_justin_graylog02_dev]
  22.  
  23. TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******************************************************************************************************************************************
  24. ok: [ec2_justin_graylog01_dev]
  25. ok: [ec2_justin_graylog02_dev]
  26.  
  27. TASK [geerlingguy.java : Define java_packages.] *******************************************************************************************************************************************************************
  28. skipping: [ec2_justin_graylog01_dev]
  29. skipping: [ec2_justin_graylog02_dev]
  30.  
  31. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  32. skipping: [ec2_justin_graylog01_dev]
  33. skipping: [ec2_justin_graylog02_dev]
  34.  
  35. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  36. included: /home/ubuntu/deployments/roles/geerlingguy.java/tasks/setup-Debian.yml for ec2_justin_graylog01_dev, ec2_justin_graylog02_dev
  37.  
  38. TASK [geerlingguy.java : Ensure Java is installed.] ***************************************************************************************************************************************************************
  39. ok: [ec2_justin_graylog02_dev] => (item=[u'openjdk-8-jdk'])
  40. ok: [ec2_justin_graylog01_dev] => (item=[u'openjdk-8-jdk'])
  41.  
  42. TASK [geerlingguy.java : include] *********************************************************************************************************************************************************************************
  43. skipping: [ec2_justin_graylog01_dev]
  44. skipping: [ec2_justin_graylog02_dev]
  45.  
  46. TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************************************************************************************************************************************************
  47. skipping: [ec2_justin_graylog01_dev]
  48. skipping: [ec2_justin_graylog02_dev]
  49.  
  50. TASK [elastic.elasticsearch : os-specific vars] *******************************************************************************************************************************************************************
  51. ok: [ec2_justin_graylog01_dev]
  52. ok: [ec2_justin_graylog02_dev]
  53.  
  54. TASK [elastic.elasticsearch : fail] *******************************************************************************************************************************************************************************
  55. fatal: [ec2_justin_graylog01_dev]: FAILED! => {"changed": false, "failed": true, "msg": "es_instance_name must be specified and cannot be blank"}
  56. fatal: [ec2_justin_graylog02_dev]: FAILED! => {"changed": false, "failed": true, "msg": "es_instance_name must be specified and cannot be blank"}
  57. to retry, use: --limit @/home/ubuntu/deployments/plays/graylog.retry
  58.  
  59. PLAY RECAP ********************************************************************************************************************************************************************************************************
  60. ec2_justin_graylog01_dev : ok=6 changed=0 unreachable=0 failed=1
  61. ec2_justin_graylog02_dev : ok=6 changed=0 unreachable=0 failed=1
  62.  
  63. ubuntu@ip-10-128-0-86:~/deployments/plays$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement