Advertisement
Guest User

Untitled

a guest
Feb 9th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. ansible-playbook check_updates.yml
  2. [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
  3.  
  4. PLAY [ora-pp] ****************************************************************************************************************************************************************************************************************************************************************
  5.  
  6. TASK [Gathering Facts] *********************************************************************************************************************************************************************************************************************************************************
  7. [WARNING]: sftp transfer mechanism failed on [10.0.0.87]. Use ANSIBLE_DEBUG=1 to see detailed information
  8. ok: [10.0.0.87]
  9.  
  10. TASK [check all the updates] ***************************************************************************************************************************************************************************************************************************************************
  11. [WARNING]: sftp transfer mechanism failed on [10.0.0.87]. Use ANSIBLE_DEBUG=1 to see detailed information
  12. ok: [10.0.0.87]
  13.  
  14. TASK [debug] *******************************************************************************************************************************************************************************************************************************************************************
  15. ok: [10.0.0.87] => {
  16. "output": {
  17. "changed": false,
  18. "failed": false,
  19. "results": [
  20. {
  21. "arch": "x86_64",
  22. "envra": "0:newrelic-infra-1.15.1-1.el6.x86_64",
  23. "epoch": "0",
  24. "name": "newrelic-infra",
  25. "release": "1.el6",
  26. "repo": "newrelic-infra",
  27. "version": "1.15.1",
  28. "yumstate": "available"
  29. },
  30. {
  31. "arch": "noarch",
  32. "envra": "0:rh-amazon-rhui-client-3.0.39-1.el6.noarch",
  33. "epoch": "0",
  34. "name": "rh-amazon-rhui-client",
  35. "release": "1.el6",
  36. "repo": "rhui-client-config-server-6",
  37. "version": "3.0.39",
  38. "yumstate": "available"
  39. }
  40. ]
  41. }
  42. }
  43.  
  44. TASK [parseoutput] *************************************************************************************************************************************************************************************************************************************************************
  45. ok: [10.0.0.87]
  46.  
  47. TASK [debug] *******************************************************************************************************************************************************************************************************************************************************************
  48. ok: [10.0.0.87] => {
  49. "msg": ""
  50. }
  51.  
  52. PLAY RECAP *********************************************************************************************************************************************************************************************************************************************************************
  53. 10.0.0.87 : ok=5 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  54.  
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement