1. 14 Jul, 2012 2 commits
  2. 13 Jul, 2012 1 commit
  3. 12 Jul, 2012 1 commit
  4. 11 Jul, 2012 2 commits
  5. 10 Jul, 2012 7 commits
  6. 09 Jul, 2012 2 commits
  7. 07 Jul, 2012 1 commit
  8. 08 Jul, 2012 1 commit
  9. 07 Jul, 2012 1 commit
  10. 06 Jul, 2012 2 commits
  11. 04 Jul, 2012 1 commit
  12. 03 Jul, 2012 3 commits
  13. 02 Jul, 2012 2 commits
  14. 01 Jul, 2012 1 commit
  15. 30 Jun, 2012 2 commits
  16. 20 Jun, 2012 1 commit
    • Remove the -D module debug flag, which no longer is functional due to sudo pty… · efac68b6
      Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
      
      This flag will show playbook output from non-failing commands.  -v is also added to /usr/bin/ansible, but not  yet used.
      
      I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked
      it.  This is not something 0.5 does or needed, so callbacks have been simplified.
      Michael DeHaan committed
  17. 26 Jun, 2012 1 commit
  18. 25 Jun, 2012 1 commit
  19. 23 Jun, 2012 1 commit
  20. 20 Jun, 2012 1 commit
  21. 17 Jun, 2012 1 commit
  22. 15 Jun, 2012 2 commits
  23. 14 Jun, 2012 1 commit
  24. 13 Jun, 2012 1 commit
  25. 12 Jun, 2012 1 commit
    • Add assemble module · 9cf182c2
      This adds a module that concatenates (ie. assembles) a file from
      fragments in a directory in alphabetical order.  It chains the file
      module afterward to fix up ownership and permission.  This also adds
      tests for the assemble module with fragments in assemble.d.
      Stephen Fromm committed