Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. - name: join domain
  2. expect:
  3. command: /bin/bash -c "/usr/sbin/realm join --user=join-user domain.loc"
  4. response:
  5. password: "secret"
  6.  
  7. fatal: [192.168.11.1]: FAILED! => {
  8. "changed": true,
  9. "cmd": "/bin/bash -c "/usr/sbin/realm join --user=join-user domain.loc"",
  10. "delta": "0:00:30.112149",
  11. "end": "2017-03-22 08:37:18.320832",
  12. "failed": true,
  13. "invocation": {
  14. "module_args": {
  15. "chdir": null,
  16. "command": "/bin/bash -c "/usr/sbin/realm join --user=join-user domain.loc"",
  17. "creates": null,
  18. "echo": false,
  19. "removes": null,
  20. "responses": {
  21. "password": "secret"
  22. },
  23. "timeout": 30
  24. },
  25. "module_name": "expect"
  26. },
  27. "msg": "command exceeded timeout",
  28. "rc": null,
  29. "start": "2017-03-22 08:36:48.208683",
  30. "stdout": "Password for join-user: ",
  31. "stdout_lines": [
  32. "Password for join-user: "
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement