Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Exception OSError: (2, 'No such file or directory', '/tmp/tmpDwMNIp') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x28716f0>> ignored
  2. An exception occurred during task execution. To see the full traceback, use -vvv. The error was: KerberosExchangeError: authGSSClientInit() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Unknown error', 0))
  3. fatal: [VAPN097.tus.lcl]: FAILED! => {"failed": true, "msg": "Unexpected failure during module execution.", "stdout": ""}
  4.  
  5. PLAY RECAP **********************************************************************
  6. VAPN095.tus.lcl : ok=17 changed=8 unreachable=0 failed=0
  7. VAPN096.tus.lcl : ok=14 changed=5 unreachable=0 failed=1
  8. VAPN097.tus.lcl : ok=1 changed=0 unreachable=0 failed=1
  9.  
  10. [winAppServers]
  11. VAPN095.tus.lcl ansible_host=172.21.204.95
  12. VAPN096.tus.lcl ansible_host=172.21.204.96
  13. VAPN097.tus.lcl ansible_host=172.21.204.97
  14.  
  15. ansible_user: qfsvc@TUS.LCL
  16. ansible_password: supersecret
  17. ansible_winrm_scheme: http
  18. ansible_port: 5985
  19. ansible_connection: winrm
  20. ansible_winrm_server_cert_validation: ignore
  21. ansible_winrm_transport: kerberos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement