Guest User

Untitled

a guest
Sep 30th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. > - name: Run DVD installer
  2. > win_psexec:
  3. > command: 'Z:DVDUniversalInstall.exe -UNATTENDED_INSTALL -SETTINGSFILE=Z:SettingsFile_UniversalInstaller.xml'
  4. > username: rmautobuild
  5. > password: <password>
  6. > timeout: 7200
  7. > interactive: yes
  8. > system: yes
  9.  
  10. 2018-09-30 16:42:42,621 p=3892 u=rmubuntu | ansible-playbook 2.5.1
  11. config file = /etc/ansible/ansible.cfg
  12. configured module search path = [u'/home/rmubuntu/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  13. ansible python module location = /usr/lib/python2.7/dist-packages/ansible
  14. executable location = /usr/bin/ansible-playbook
  15. python version = 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0]
  16. 2018-09-30 16:42:42,622 p=3892 u=rmubuntu | Using /etc/ansible/ansible.cfg as config file
  17. 2018-09-30 16:42:42,646 p=3892 u=rmubuntu | Parsed /etc/ansible/hosts inventory source with ini plugin
  18. 2018-09-30 16:42:43,376 p=3892 u=rmubuntu | PLAYBOOK: site.yml ****************************************************************************************************
  19. 2018-09-30 16:42:43,377 p=3892 u=rmubuntu | 1 plays in site.yml
  20. 2018-09-30 16:42:43,425 p=3892 u=rmubuntu | PLAY [Install ACCS] ***************************************************************************************************
  21. 2018-09-30 16:42:43,448 p=3892 u=rmubuntu | META: ran handlers
  22. 2018-09-30 16:42:43,457 p=3892 u=rmubuntu | TASK [ACCS : Run DVD installer] ***************************************************************************************
  23. 2018-09-30 16:42:43,457 p=3892 u=rmubuntu | task path: /etc/ansible/roles/ACCS/tasks/main.yml:9
  24. 2018-09-30 16:42:43,656 p=3892 u=rmubuntu | Using module file /usr/lib/python2.7/dist-packages/ansible/modules/windows/win_psexec.ps1
  25. 2018-09-30 16:42:43,670 urllib3.connectionpool Starting new HTTPS connection (1): 10.134.51.103:5986
  26. 2018-09-30 16:42:44,938 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 200 1626
  27. 2018-09-30 16:42:44,941 p=3892 u=rmubuntu | EXEC (via pipeline wrapper)
  28. 2018-09-30 16:42:45,073 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 200 847
  29. 2018-09-30 16:42:54,558 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 200 753
  30. 2018-09-30 16:44:54,609 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 500 1320
  31. 2018-09-30 16:46:54,614 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 500 1320
  32. 2018-09-30 16:48:54,632 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 500 1320
  33. 2018-09-30 16:50:54,636 urllib3.connectionpool https://10.134.51.103:5986 "POST /wsman HTTP/1.1" 500 1320
  34. 2018-09-30 16:53:24,724 urllib3.connectionpool Starting new HTTPS connection (2): 10.134.51.103:5986
  35. 2018-09-30 16:55:35,031 urllib3.connectionpool Starting new HTTPS connection (3): 10.134.51.103:5986
  36. 2018-09-30 16:57:46,114 p=3892 u=rmubuntu | The full traceback is:
  37. Traceback (most recent call last):
  38. File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 138, in run
  39. res = self._execute()
  40. File "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 558, in _execute
  41. result = self._handler.run(task_vars=variables)
  42. File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/normal.py", line 46, in run
  43. result = merge_hash(result, self._execute_module(task_vars=task_vars, wrap_async=wrap_async))
  44. File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/__init__.py", line 795, in _execute_module
  45. res = self._low_level_execute_command(cmd, sudoable=sudoable, in_data=in_data)
  46. File "/usr/lib/python2.7/dist-packages/ansible/plugins/action/__init__.py", line 902, in _low_level_execute_command
  47. rc, stdout, stderr = self._connection.exec_command(cmd, in_data=in_data, sudoable=sudoable)
  48. File "/usr/lib/python2.7/dist-packages/ansible/plugins/connection/winrm.py", line 493, in exec_command
  49. result = self._winrm_exec(cmd_parts[0], cmd_parts[1:], from_exec=True, stdin_iterator=stdin_iterator)
  50. File "/usr/lib/python2.7/dist-packages/ansible/plugins/connection/winrm.py", line 440, in _winrm_exec
  51. self.protocol.cleanup_command(self.shell_id, command_id)
  52. File "/home/rmubuntu/.local/lib/python2.7/site-packages/winrm/protocol.py", line 372, in cleanup_command
  53. res = self.send_message(xmltodict.unparse(req))
  54. File "/home/rmubuntu/.local/lib/python2.7/site-packages/winrm/protocol.py", line 234, in send_message
  55. resp = self.transport.send_message(message)
  56. File "/home/rmubuntu/.local/lib/python2.7/site-packages/winrm/transport.py", line 256, in send_message
  57. response = self._send_message_request(prepared_request, message)
  58. File "/home/rmubuntu/.local/lib/python2.7/site-packages/winrm/transport.py", line 261, in _send_message_request
  59. response = self.session.send(prepared_request, timeout=self.read_timeout_sec)
  60. File "/home/rmubuntu/.local/lib/python2.7/site-packages/requests/sessions.py", line 622, in send
  61. r = adapter.send(request, **kwargs)
  62. File "/home/rmubuntu/.local/lib/python2.7/site-packages/requests/adapters.py", line 513, in send
  63. raise ConnectionError(e, request=request)
  64. ConnectionError: HTTPSConnectionPool(host='10.134.51.103', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f30ce143690>: Failed to establish a new connection: [Errno 110] Connection timed out',))
  65.  
  66. 2018-09-30 16:57:46,116 p=3892 u=rmubuntu | fatal: [10.134.51.103]: FAILED! => {
  67. "msg": "Unexpected failure during module execution.",
  68. "stdout": ""
  69. }
Add Comment
Please, Sign In to add comment