- 16 Feb, 2013 22 commits
-
-
Adding a simple EC2 volume module for creation and attach
Michael DeHaan committed -
Added zfs module
Michael DeHaan committed -
git://github.com/dagwieers/ansible
Conflicts: library/setup Tweak formatting.
Michael DeHaan committed -
Michael DeHaan committed
-
Romeo Theriault committed
-
Romeo Theriault committed
-
Romeo Theriault committed
-
James Martin committed
-
James Martin committed
-
Moved *jina* to *jinja2*
Michel Blanc committed -
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 -
Yves Dorfsman committed
-
Yves Dorfsman committed
-
Blair Zajac committed
-
Solving bug : sysctl check_after failing on multi-value sysctl parameters
Michael DeHaan committed -
Add NetBSD support for 'service' module, and add an example to 'lineinfile'
Michael DeHaan committed -
Add example for adding to sudoers file
Michael DeHaan committed -
Allow end of line comments in inventory file - fixes #2072
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
Johan Wirén committed
-
- 15 Feb, 2013 2 commits
-
-
https://github.com/ansible/ansible/issues/2004
Now handle positive integer value in virtual files if they are separated by group of space characters where the count is unpredictable. Thanks to romeotheriault for filing this bug.
davixx committed -
Documentation fix for apt module: install-recommends
Michael DeHaan committed
-
- 14 Feb, 2013 7 commits
-
-
visible on line 121
Peter Sankauskas committed -
lwade committed
-
lwade committed
-
Johan Wirén committed
-
Johan Wirén committed
-
A collegue of mine has added basix AIX support to the setup, user and group modules. We have tested this on AIX 5.3 and 6.1 and it works "as advertised"
Mark Maas committed -
Daniel Hokka Zakrisson committed
-
- 13 Feb, 2013 6 commits
-
-
Hubert Feyrer committed
-
Hubert Feyrer committed
-
a colon, which needs some special attention.
Hubert Feyrer committed -
See github issue 2702 https://github.com/ansible/ansible/issues/2072
Nigel Metheringham committed -
Add example of read-write git checkout via ssh
Michael DeHaan committed -
Lorin Hochstein committed
-
- 12 Feb, 2013 3 commits
-
-
If it is a directory, change the destination path by appending the basename of the source file, like is done if the destination ends with a /, and try to get the MD5 of the new path.
Daniel Hokka Zakrisson committed -
Fixes #2064.
Daniel Hokka Zakrisson committed -
Remove lots of re use that really shouldn't have been re in the first place. Initialize pcidata even if lspci is unavailable, and check for its usability before trying to use it. Fixes #2060.
Daniel Hokka Zakrisson committed
-