Advertisement
Guest User

ansible-playbook-chroot.output

a guest
Feb 13th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. __________________
  2. < PLAY [localhost] >
  3. ------------------
  4. \ ^__^
  5. \ (oo)\_______
  6. (__)\ )\/\
  7. ||----w |
  8. || ||
  9.  
  10.  
  11. _________________
  12. < GATHERING FACTS >
  13. -----------------
  14. \ ^__^
  15. \ (oo)\_______
  16. (__)\ )\/\
  17. ||----w |
  18. || ||
  19.  
  20.  
  21. <localhost> USING CHROOT: chroot-test-dir
  22. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-1360749005.07-162924939801914 && echo $HOME/.ansible/tmp/ansible-1360749005.07-162924939801914']
  23. <localhost> REMOTE_MODULE setup
  24. <localhost> PUT /tmp/tmpbOIOFp TO chroot-test-dir/root/.ansible/tmp/ansible-1360749005.07-162924939801914/setup
  25. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', ' /usr/bin/python /root/.ansible/tmp/ansible-1360749005.07-162924939801914/setup; rm -rf /root/.ansible/tmp/ansible-1360749005.07-162924939801914/ >/dev/null 2>&1']
  26. ok: [localhost]
  27. ______________________
  28. < TASK: [set timezone] >
  29. ----------------------
  30. \ ^__^
  31. \ (oo)\_______
  32. (__)\ )\/\
  33. ||----w |
  34. || ||
  35.  
  36.  
  37. <localhost> USING CHROOT: chroot-test-dir
  38. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-1360749005.49-66994549732733 && echo $HOME/.ansible/tmp/ansible-1360749005.49-66994549732733']
  39. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', 'rc=0; [ -r "/etc/timezone" ] || rc=2; [ -f "/etc/timezone" ] || rc=1; [ -d "/etc/timezone" ] && rc=3; (/usr/bin/md5sum /etc/timezone 2>/dev/null) || (/sbin/md5sum -q /etc/timezone 2>/dev/null) || (/usr/bin/digest -a md5 /etc/timezone 2>/dev/null) || (/sbin/md5 -q /etc/timezone 2>/dev/null) || (/usr/bin/md5 -n /etc/timezone 2>/dev/null) || (/bin/md5 -q /etc/timezone 2>/dev/null) || (echo "${rc} /etc/timezone")']
  40. ok: [localhost] => {"changed": false}
  41. _______________
  42. < TASK: [setup] >
  43. ---------------
  44. \ ^__^
  45. \ (oo)\_______
  46. (__)\ )\/\
  47. ||----w |
  48. || ||
  49.  
  50.  
  51. <localhost> USING CHROOT: chroot-test-dir
  52. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-1360749005.59-6067292211131 && echo $HOME/.ansible/tmp/ansible-1360749005.59-6067292211131']
  53. <localhost> REMOTE_MODULE setup
  54. <localhost> PUT /tmp/tmpr5sESs TO chroot-test-dir/root/.ansible/tmp/ansible-1360749005.59-6067292211131/setup
  55. <localhost> EXEC ['/usr/sbin/chroot', 'chroot-test-dir', '/bin/sh', '-c', ' /usr/bin/python /root/.ansible/tmp/ansible-1360749005.59-6067292211131/setup; rm -rf /root/.ansible/tmp/ansible-1360749005.59-6067292211131/ >/dev/null 2>&1']
  56. ok: [localhost]
  57. ____________
  58. < PLAY RECAP >
  59. ------------
  60. \ ^__^
  61. \ (oo)\_______
  62. (__)\ )\/\
  63. ||----w |
  64. || ||
  65.  
  66.  
  67. localhost : ok=3 changed=0 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement