- 29 Jun, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Jun, 2012 1 commit
-
-
Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. This flag will show playbook output from non-failing commands. -v is also added to /usr/bin/ansible, but not yet used. I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked it. This is not something 0.5 does or needed, so callbacks have been simplified.
Michael DeHaan committed
-
- 27 Jun, 2012 2 commits
-
-
Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.
Michael DeHaan committed -
Jeroen Hoekx committed
-
- 26 Jun, 2012 4 commits
-
-
added ability to ovverride all ssh settings via ANSIBLE_SSH_ARGS
Michael DeHaan committed -
Dane Summers committed
-
Add basic support for Solaris
Michael DeHaan committed -
Ludovic Claude committed
-
- 25 Jun, 2012 6 commits
-
-
Add ./library to module search path.
Michael DeHaan committed -
It allows for custom modules in the best practices directory structure. Bundling custom modules along with playbooks in packages is useful.
Jeroen Hoekx committed -
Import ansible errors in Poller.
Michael DeHaan committed -
Copy module: Error handling for missing permissions on the copy destination.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Ingo Gottwald committed
-
- 23 Jun, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 22 Jun, 2012 3 commits
-
-
shouldn't need a (slash) before /home/daveh
Michael DeHaan committed -
change to STDOUT from PIPE to get ssh connection module working
Michael DeHaan committed -
Dave Hatton committed
-
- 21 Jun, 2012 8 commits
-
-
fix syntax error in changelog that was preventing building of deb packag...
Michael DeHaan committed -
Jim Richardson committed
-
Dave Hatton committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
change STDOUT to PIPE to get ssh connection module working
Michael DeHaan committed -
Dave Hatton committed
-
- 20 Jun, 2012 11 commits
-
-
make copy module implemented closer to other newer modules when returning results
Michael DeHaan committed -
Make the SSH transport helpful
Michael DeHaan committed -
Nathan A. Feger committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
add -q to handle stdout/stderr being combined, add catch for ControlPersist not existing in ssh for rhel6, etc
Seth Vidal committed -
Remove unnecessary parse_json invocation
Michael DeHaan committed -
Merge stdout and stderr as that is what is expected
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Enhanced the service state recognition in the service module
Michael DeHaan committed
-
- 19 Jun, 2012 1 commit
-
-
Create a Jinja2 environment allowing includes
Michael DeHaan committed
-