- 03 Apr, 2012 9 commits
-
-
John Eckersberg committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
log a bit more and var_prompts
Michael DeHaan committed
-
- 02 Apr, 2012 15 commits
-
-
file module: mode formatting & directory ownership
Michael DeHaan committed -
improvements to apt module
Michael DeHaan committed -
support for 'link' state in file module
Michael DeHaan committed -
Remove shebang from callbacks.py
Michael DeHaan committed -
raise error if executable host file execution fails
Michael DeHaan committed -
bugfix for extra-vars
Michael DeHaan committed -
Matthew Williams committed
-
Matthew Williams committed
-
- this allows some vars to be prompted for at the start of the playbook setup - defaults to no output since this would mostly be used for passwords
Seth Vidal committed -
Matthew Williams committed
-
It is not +x, and has no __main__. It draws ire of rpmlint.
John Eckersberg committed -
Seth Vidal committed
-
Matthew Williams committed
-
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 3 commits
-
-
Matthew Williams committed
-
Matthew Williams committed
-
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 13 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
-