Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. {
  2. "custom_stats": {},
  3. "plays": [
  4. {
  5. "play": {
  6. "duration": {
  7. "end": "2019-04-23T15:09:53.992224Z",
  8. "start": "2019-04-23T15:09:53.062519Z"
  9. },
  10. "id": "00505690-9264-4cfb-cc55-000000000006",
  11. "name": "localhost"
  12. },
  13. "tasks": [
  14. {
  15. "hosts": {
  16. "127.0.0.1": {
  17. "_ansible_delegated_vars": {
  18. "ansible_delegated_host": "localhost",
  19. "ansible_host": "localhost"
  20. },
  21. "_ansible_no_log": false,
  22. "_ansible_parsed": true,
  23. "action": "vmware_vm_shell",
  24. "changed": true,
  25. "invocation": {
  26. "module_args": {
  27. "cluster": "Cluster01",
  28. "datacenter": "DC",
  29. "folder": "Discovered virtual machine",
  30. "hostname": "172.16.28.100",
  31. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  32. "port": 443,
  33. "timeout": 3600,
  34. "username": "administrator@vsphere.local",
  35. "validate_certs": false,
  36. "vm_id": "VM-1000025",
  37. "vm_id_type": "vm_name",
  38. "vm_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  39. "vm_shell": "/bin/chmod",
  40. "vm_shell_args": "+x /root/deploy_ub18.sh && /root/deploy_ub18.sh 91.193.62.60 91.193.62.254 another-test-in-the-world",
  41. "vm_shell_cwd": null,
  42. "vm_shell_env": null,
  43. "vm_username": "root",
  44. "wait_for_process": false
  45. }
  46. },
  47. "msg": 742,
  48. "uuid": "423edcb5-8b8f-5894-ffba-a2824f8cebeb"
  49. }
  50. },
  51. "task": {
  52. "duration": {
  53. "end": "2019-04-23T15:09:53.992224Z",
  54. "start": "2019-04-23T15:09:53.076293Z"
  55. },
  56. "id": "00505690-9264-4cfb-cc55-000000000008",
  57. "name": "Run command inside a virtual machine"
  58. }
  59. }
  60. ]
  61. }
  62. ],
  63. "stats": {
  64. "127.0.0.1": {
  65. "changed": 1,
  66. "failures": 0,
  67. "ok": 1,
  68. "skipped": 0,
  69. "unreachable": 0
  70. }
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement