Guest User

Untitled

a guest
Nov 18th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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/cantaloupe/tasks/install.yml
  17. statically imported: /home/vagrant/claw-playbook/roles/internal/cantaloupe/tasks/config.yml
  18. statically imported: /home/vagrant/claw-playbook/roles/internal/cantaloupe/tasks/web.yml
  19. statically imported: /home/vagrant/claw-playbook/roles/internal/cantaloupe/tasks/cache.yml
  20.  
  21. PLAYBOOK: test.yml ***********************************************************************************************************************************************************************************************************
  22. 1 plays in test.yml
  23.  
  24. PLAY [localhost] *************************************************************************************************************************************************************************************************************
  25.  
  26. TASK [Gathering Facts] *******************************************************************************************************************************************************************************************************
  27. Thursday 16 November 2017 16:45:17 +0000 (0:00:00.046) 0:00:00.046 *****
  28. ok: [localhost]
  29. META: ran handlers
  30.  
  31. TASK [cantaloupe : Install Cantaloupe] ***************************************************************************************************************************************************************************************
  32. task path: /home/vagrant/claw-playbook/roles/internal/cantaloupe/tasks/install.yml:3
  33. Thursday 16 November 2017 16:45:17 +0000 (0:00:00.430) 0:00:00.477 *****
  34.  
  35. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to find handler for \"/tmp/ansible_1jl1JA/Cantaloupe-3.3.1.zip\". Make sure the required command to extract the file is installed. Command \"unzip\" not found. Command \"/usr/bin/gtar\" could not handle archive."}
  36. to retry, use: --limit @/home/vagrant/claw-playbook/test.retry
  37.  
  38. PLAY RECAP *******************************************************************************************************************************************************************************************************************
  39. localhost : ok=1 changed=0 unreachable=0 failed=1
  40.  
  41. Thursday 16 November 2017 16:45:26 +0000 (0:00:08.358) 0:00:08.835 *****
  42. ===============================================================================
  43. cantaloupe : Install Cantaloupe --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 8.36s
  44. /home/vagrant/claw-playbook/roles/internal/cantaloupe/tasks/install.yml:3 ---------------------------------------------------------------------------------------------------------------------------------------------------
  45. Gathering Facts ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.43s
  46. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment