- 02 Apr, 2012 2 commits
-
-
yum module fix - catch more errors
Michael DeHaan committed -
catch all exceptions and emit sensible errors - if we have a config file error this lets us know about it
Seth Vidal committed
-
- 01 Apr, 2012 1 commit
-
-
Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module is still kicking off. Should not happen except in modules that are somewhat slow to load and probably can be fixed better than the included sleep, i.e. some IPC communication that the process has launched and is ok to exit. This works pretty well for now though.
Michael DeHaan committed
-
- 31 Mar, 2012 19 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Run tests in verbose mode.
Michael DeHaan committed -
Stderr logging
Michael DeHaan committed -
Make copy module idempotent.
Michael DeHaan committed -
Check md5sum before overwriting a file. Unconditionally copying changes the timestamp.
Jeroen Hoekx committed -
Correct default user and port in playbook.
Michael DeHaan committed -
d would be useful for --dry-run.
Jeroen Hoekx committed -
This prints remote module stderr on local stderr.
Jeroen Hoekx committed -
This prints the stderr of the executed modules on local stderr. Most methods on Runner now return a fourth "err" parameter.
Jeroen Hoekx committed -
They are set in the constructor.
Jeroen Hoekx committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: lib/ansible/playbook.py Removed unneccessary shlex and replaced with basic split, some repurcussions in runner that can be eliminated once we consistently pass args as a string (soon).
Michael DeHaan committed -
Michael DeHaan committed
-
(edited author's original commit comment -- MPD)
Matthew Williams committed -
support for quotes strings in command module (via posix=False), related fixes to keep other things from breaking
Matthew Williams committed
-
- 30 Mar, 2012 3 commits
-
-
Fix except statement in template module.
Michael DeHaan committed -
Python 2.4 (RHEL 5) does not know 'as'.
Jeroen Hoekx committed -
Sudo support operational in both playbooks and main program. Implementation could use some cleanup.
Michael DeHaan committed
-
- 29 Mar, 2012 9 commits
-
-
Michael DeHaan committed
-
Fix exception catching for py2.4
Michael DeHaan committed -
Tim Bielawa committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
message text per skvidal's suggestion
Michael DeHaan committed
-
- 28 Mar, 2012 6 commits
-
-
Michael DeHaan committed
-
Supplementary group membership now in users module
Michael DeHaan committed -
Remove support for membership from group module
Michael DeHaan committed -
Remote port and error check for old paramiko
Michael DeHaan committed -
Christopher Johnston committed
-
Christopher Johnston committed
-