Guest User

Untitled

a guest
Nov 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. ansible-playbook 2.4.0.0
  2. config file = /home/vagrant/claw-playbook/ansible.cfg
  3. configured module search path = [u'/home/vagrant/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  4. ansible python module location = /usr/lib/python2.7/site-packages/ansible
  5. executable location = /usr/bin/ansible-playbook
  6. python version = 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]
  7. Using /home/vagrant/claw-playbook/ansible.cfg as config file
  8. [WARNING]: Could not match supplied host pattern, ignoring: all
  9.  
  10. [WARNING]: provided hosts list is empty, only localhost is available
  11.  
  12. [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. Deprecation
  13. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  14. [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 future release.
  15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  16. statically imported: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/install.yml
  17. statically imported: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/config.yml
  18. [WARNING]: While constructing a mapping from /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/download.yml, line 5, column 5, found a duplicate dict key (url). Using last defined value only.
  19.  
  20. statically imported: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/download.yml
  21. statically imported: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/logging.yml
  22. statically imported: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/namespace.yml
  23.  
  24. PLAYBOOK: test.yml ***********************************************************************************************************************************************************************************************************
  25. 1 plays in test.yml
  26.  
  27. PLAY [localhost] *************************************************************************************************************************************************************************************************************
  28.  
  29. TASK [Gathering Facts] *******************************************************************************************************************************************************************************************************
  30. Thursday 16 November 2017 16:42:33 +0000 (0:00:00.047) 0:00:00.047 *****
  31. ok: [localhost]
  32. META: ran handlers
  33.  
  34. TASK [blazegraph : Create blazegraph home directory] *************************************************************************************************************************************************************************
  35. task path: /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/install.yml:3
  36. Thursday 16 November 2017 16:42:34 +0000 (0:00:00.431) 0:00:00.479 *****
  37. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "There was an issue creating /opt/blazegraph as requested: [Errno 13] Permission denied: '/opt/blazegraph'", "path": "/opt/blazegraph", "state": "absent"}
  38. to retry, use: --limit @/home/vagrant/claw-playbook/test.retry
  39.  
  40. PLAY RECAP *******************************************************************************************************************************************************************************************************************
  41. localhost : ok=1 changed=0 unreachable=0 failed=1
  42.  
  43. Thursday 16 November 2017 16:42:34 +0000 (0:00:00.213) 0:00:00.692 *****
  44. ===============================================================================
  45. Gathering Facts ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.43s
  46. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  47. blazegraph : Create blazegraph home directory ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.21s
  48. /home/vagrant/claw-playbook/roles/internal/blazegraph/tasks/install.yml:3 ---------------------------------------------------------------------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment