1. 11 May, 2013 1 commit
  2. 08 May, 2013 1 commit
  3. 27 Apr, 2013 1 commit
  4. 23 Apr, 2013 1 commit
  5. 04 Apr, 2013 1 commit
  6. 16 Feb, 2013 2 commits
    • Fixes jina typos · 0cd0a7fd
      Moved *jina* to *jinja2*
      Michel Blanc committed
    • Adds configurable jinja2 extension loading · 1c22f214
      Jinja extensions adds features to the jinja2 templating engine. This
      patch allows module loading for the templating engine vian an
      ansible.cfg configuration key (jinja_extensions).
      The default behaviour doesn't change (no module loading).
      Requested modules can be added coma separated in ansible.cfg
      
      Adds whitespace handling in jinja_extension config
      
      Added whitespace handling in jinja_extension configuration directive, so
      things stay safe if user adds spaces around comas in the directives
      list.
      
      Adds config example for jinja_extensions
      
      Added config example with multiple extentions for jinja_extensions
      Michel Blanc committed
  7. 28 Jan, 2013 1 commit
  8. 23 Jan, 2013 2 commits
    • Adds user-selectable hash merging support in vars · e28e538c
      Hash variables are currently overriden if they are redefined. This
      doesn't let the user refine hash entries or overriding selected keys,
      which can, for some, be a desirable feature.
      This patch let the user force hash merging by setting the
      hash_behaviour value to "merge" (without the quotes) in ansible.cfg
      
      However, by default, ansible behaves like it always did and if any value
      besides "merge" is used ("replace" is suggested in the example ansible.cfg
      file), it will also behave as always.
      Michel Blanc committed
  9. 17 Jan, 2013 1 commit
  10. 08 Nov, 2012 1 commit
  11. 05 Nov, 2012 1 commit
  12. 02 Nov, 2012 2 commits
  13. 01 Nov, 2012 1 commit
  14. 27 Oct, 2012 1 commit
  15. 26 Oct, 2012 1 commit
  16. 04 Oct, 2012 1 commit
  17. 07 Sep, 2012 1 commit
  18. 28 Aug, 2012 1 commit
    • Disable PasswordAuthentication when using -c ssh · 30f4f83a
      If PasswordAuthentication is enabled (which is the default) ansible 
      will spawn (multiple) ssh's with a password-prompt which corrupts 
      the terminal, and cannot be properly used.
      
      So it is better to not allow for password-based authentication using 
      -c ssh. The result is that authentication fails but Ansible 
      continues to work
      Dag Wieers committed
  19. 20 Aug, 2012 1 commit
  20. 15 Aug, 2012 1 commit
  21. 14 Aug, 2012 1 commit
  22. 13 Aug, 2012 1 commit