1. 04 Nov, 2014 1 commit
  2. 31 Oct, 2014 1 commit
  3. 30 Oct, 2014 1 commit
  4. 20 Oct, 2014 1 commit
  5. 15 Oct, 2014 1 commit
  6. 13 Oct, 2014 1 commit
  7. 29 Sep, 2014 1 commit
  8. 28 Sep, 2014 1 commit
  9. 26 Sep, 2014 2 commits
  10. 10 Sep, 2014 1 commit
  11. 02 Jan, 2014 1 commit
  12. 26 Dec, 2013 1 commit
  13. 25 Dec, 2013 8 commits
  14. 01 Nov, 2013 1 commit
  15. 14 Jun, 2013 1 commit
    • Improve Markdown (and other) module doc output · 7681b1ce
      - The html_ify filter now escapes HTML found in module documentation.
        THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules
        expecting to use e.g. HTML entities or HTML tags in their
        documentation.
      
      - The markdown_ify filter (used as jpfunc in markdown.j2) escapes at
        least a few Markdown in-line formatting characters.
      
      - Improvements to markdown.j2:
      
          - Call jpfunc on the module name heading so that it gets escaped for
            Markdown (e.g. my_module_name becomes my\_module\_name).
      
          - Added paragraph breaks between paragraphs in the description.
      
          - Added examples heading, which is consistent with the notes heading
            below it.
      Dale Sedivec committed
  16. 01 Jun, 2013 1 commit
  17. 11 May, 2013 1 commit
  18. 02 May, 2013 1 commit
  19. 18 Feb, 2013 1 commit
  20. 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
  21. 12 Dec, 2012 1 commit
  22. 03 Nov, 2012 2 commits
  23. 24 Oct, 2012 1 commit
  24. 18 Oct, 2012 2 commits
  25. 10 Oct, 2012 1 commit
  26. 05 Oct, 2012 1 commit
  27. 03 Oct, 2012 1 commit
  28. 30 Sep, 2012 3 commits