1. 02 Dec, 2013 1 commit
  2. 28 Nov, 2013 2 commits
  3. 18 Nov, 2013 1 commit
  4. 21 Aug, 2013 1 commit
    • Allow for relative paths by using abspath · 36ca7098
      relative pathing comes in handy on occasion, particularly when
      delegating to localhost and running some command out of your playbook
      repo. Making use of os.path.abspath will allow for the full path to
      chdir and executable to be discovered if not provided.
      Jesse Keating committed
  5. 15 Jun, 2013 1 commit
  6. 29 May, 2013 1 commit
  7. 28 Apr, 2013 1 commit
  8. 28 Feb, 2013 1 commit
  9. 25 Feb, 2013 1 commit
  10. 13 Jan, 2013 2 commits
  11. 21 Nov, 2012 1 commit
  12. 19 Nov, 2012 1 commit
  13. 08 Nov, 2012 1 commit
  14. 31 Oct, 2012 1 commit
  15. 30 Oct, 2012 1 commit
  16. 26 Oct, 2012 1 commit
  17. 25 Oct, 2012 1 commit
  18. 23 Oct, 2012 1 commit
  19. 03 Oct, 2012 2 commits
  20. 01 Oct, 2012 2 commits
  21. 29 Sep, 2012 1 commit
  22. 28 Sep, 2012 1 commit
  23. 05 Sep, 2012 1 commit
    • Add support to removes control param · 2dd430d9
      Execute action only if specified file using param removes exist (execute reverse control of creates).
      
      Some usage eg.:
      
      ```yaml
      - name: enable apache2 default websites
        action: command /usr/sbin/a2ensite $item
      creates=/etc/apache2/sites-enabled/$item
        with_items:
          - default
          - default-ssl
      
      - name: disable apache2 default websites
        action: command /usr/sbin/a2dissite $item
      removes=/etc/apache2/sites-enabled/$item
        with_items:
          - default
          - default-ssl
      ```
      Marco Vito Moscaritolo committed
  24. 04 Sep, 2012 1 commit
  25. 17 Aug, 2012 1 commit
  26. 14 Aug, 2012 1 commit
  27. 11 Aug, 2012 2 commits
  28. 03 Aug, 2012 1 commit
  29. 01 Aug, 2012 1 commit
  30. 30 Jul, 2012 1 commit
  31. 24 Jul, 2012 1 commit
  32. 09 May, 2012 1 commit
    • Apply logging of arguments to modules (issue #122) · aea022b0
      The ohai and facter modules use /usr/bin/logger to log the fact that
      they have been invoked.  I added 'import os' to the ping module
      so that it could have the same syslog statements as the other modules.
      I separated the condensed:
          shlex.split(open(argfile, 'r').read())
      into two separate statements similar to the other modules.
      Stephen Fromm committed
  33. 06 Apr, 2012 1 commit
  34. 15 Mar, 2012 1 commit
  35. 14 Mar, 2012 1 commit