- 03 Jul, 2012 8 commits
-
-
md5 allow copy if file is missing
Michael DeHaan committed -
Dave Hatton committed
-
Added IndexError catch for copy module, IndexError is thrown if a destin...
Michael DeHaan committed -
Jeremy Smitherman committed
-
improve error trapping for md5
Michael DeHaan committed -
Allow variables in variables in templates
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Dave Hatton committed
-
- 02 Jul, 2012 7 commits
-
-
Fixed: executing templates outside playbooks
Michael DeHaan committed -
alex committed
-
Authorized key fixes
Michael DeHaan committed -
alex committed
-
Fixes ansible/ansible#522, no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent.
Brad Olson committed -
Fixes ansible/ansible#523. Removed 'with:' blocks so module works with Python 2.4 for CentOS 5 support, courtesy of mcodd/ansible@29af24b73222c97e30f5843b67e321b95fb6c979.
Brad Olson committed -
Updated the file module to handle the case where the UID for the file doesn't exist on the system.
Michael DeHaan committed
-
- 01 Jul, 2012 1 commit
-
-
Derek Carter committed
-
- 30 Jun, 2012 2 commits
-
-
Derek Carter committed
-
Derek Carter committed
-
- 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 2 commits
-
-
fix syntax error in changelog that was preventing building of deb packag...
Michael DeHaan committed -
Jim Richardson committed
-