- 16 Jun, 2012 1 commit
-
-
Fixed typo from results to result in _execute_raw method
Michael DeHaan committed
-
- 15 Jun, 2012 4 commits
-
-
Jonte Norman committed
-
md5sum on bsd
Michael DeHaan committed -
Fred Alger committed
-
Tested with OS X local connection and Linux remote. The paths to the md5sum and md5 commands are hardcoded to the most common location. This will definitely fail if the commands are elsewhere, or if the md5 command doesn't support the -q 'quiet' option.
Fred Alger committed
-
- 14 Jun, 2012 10 commits
-
-
Better error messaging in utils
Michael DeHaan committed -
When a command responds with json that is unparseable, dump that unpareseable response instead of swallowing it.
Nathan A. Feger committed -
Issue471 - import hashlib to sidestep deprecation warnings
Michael DeHaan committed -
Import hashlib if it is there, otherwise import md5. Adds method file_digest that wraps the logic on which module to invoke.
Stephen Fromm committed -
https://github.com/dagwieers/ansible
Conflicts: lib/ansible/runner/__init__.py
Michael DeHaan committed -
Add support for older version of python-apt
Michael DeHaan committed -
Most constants can be overriden with environment variables.
Michael DeHaan committed -
Evaluate only_if early
Michael DeHaan committed -
Allow a variable in with_items
Michael DeHaan committed -
Assemble module
Michael DeHaan committed
-
- 13 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 12 Jun, 2012 1 commit
-
-
This adds a module that concatenates (ie. assembles) a file from fragments in a directory in alphabetical order. It chains the file module afterward to fix up ownership and permission. This also adds tests for the assemble module with fragments in assemble.d.
Stephen Fromm committed
-
- 11 Jun, 2012 3 commits
-
-
Most constants can be overriden with environment variables. Reserved doing anything with the connection options for further review.
Timothy Appnel committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 10 Jun, 2012 2 commits
-
-
Search multiple paths for modules.
Michael DeHaan committed -
Minimal change to allow a list of paths (separated by the typical path separator) to be searched in sequence for the named module.
Matt Goodall committed
-
- 09 Jun, 2012 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 08 Jun, 2012 5 commits
-
-
Expand vars_files identically for lists and non-lists
Michael DeHaan committed -
Make 'fetch' test for local directories before creating. Fixes issue #450
Michael DeHaan committed -
Introduce ansible_python_interpreter variable.
Michael DeHaan committed -
Allow variables in notify list
Michael DeHaan committed -
Expand $item for copy and fetch
Michael DeHaan committed
-
- 07 Jun, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
This allows configuration of the correct python interpreter on the managed system.
Jeroen Hoekx committed
-
- 06 Jun, 2012 1 commit
-
-
The function call has been renamed to better reflect what it does, and we reduced the number of calls from two to one in case the remote user is not root. This patch also fixes a string concatenation in _copy_module() that should use os.path.join() instead. This closes #436
Dag Wieërs committed
-
- 05 Jun, 2012 3 commits
-
-
Fred Alger committed
-
Fred Alger committed
-
Fred Alger committed
-
- 01 Jun, 2012 3 commits
-
-
More helpful message when ssh fails.
Michael DeHaan committed -
John Kleint committed
-
Michael DeHaan committed
-