1. 20 Feb, 2013 1 commit
  2. 17 Feb, 2013 1 commit
  3. 02 Feb, 2013 1 commit
  4. 01 Feb, 2013 1 commit
  5. 28 Jan, 2013 1 commit
  6. 23 Jan, 2013 1 commit
  7. 13 Jan, 2013 1 commit
  8. 14 Dec, 2012 1 commit
    • Make use of yes/no booleans in playbooks · 66fb7fd9
      At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.
      
      This change includes:
      
      - Adaptation of documentation and examples to favor yes/no
      - Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
      Dag Wieers committed
  9. 12 Dec, 2012 1 commit
  10. 27 Nov, 2012 1 commit
  11. 26 Nov, 2012 1 commit
  12. 22 Nov, 2012 1 commit
  13. 21 Nov, 2012 1 commit
  14. 11 Nov, 2012 1 commit
    • Add ability to specify syslog facility for modules · 06e54c0b
      Update constants.py so that one can specify environmental variable
      ANSIBLE_SYSLOG_FACILITY or syslog_facility in ansible.cfg to define
      the syslog facility to use.  Alternatively, you can specify
      ansible_syslog_facility in inventory.  Runner now replaces
      the syslog facility in the openlog() call with the default or
      the injected variables ansible_syslog_facility.
      
      This also updates hacking/test-module to behave similarly.
      Stephen Fromm committed
  15. 09 Nov, 2012 1 commit
  16. 03 Nov, 2012 2 commits
  17. 24 Oct, 2012 1 commit
  18. 20 Oct, 2012 1 commit
  19. 18 Oct, 2012 2 commits
  20. 12 Oct, 2012 1 commit
    • Miscellaneous fixes to module_formatter.py · 60f06c36
      Try to autodetect MODULEDIR, instead of hardcoded path in jpmens
      homedir.
      Check if MODULEDIR exists; exit if it doesn't.
      Rewrite boilerplate() to use DOCUMENTATION.yaml in examples/.  This
      makes use of tbielawa's recent change that added this example file.
      This also fixes -G so that it works.  boilerplate() was commented out
      before.
      Stephen Fromm committed
  21. 11 Oct, 2012 2 commits
  22. 10 Oct, 2012 1 commit
  23. 09 Oct, 2012 1 commit
  24. 05 Oct, 2012 1 commit
  25. 04 Oct, 2012 2 commits
  26. 03 Oct, 2012 2 commits
  27. 01 Oct, 2012 1 commit
  28. 30 Sep, 2012 6 commits
  29. 28 Sep, 2012 2 commits