- 01 May, 2012 11 commits
-
-
Fix license in devel
Michael DeHaan committed -
File module fix for symlink from relative source path
Michael DeHaan committed -
service enable=on/off
Michael DeHaan committed -
Instead of one per host per polling cycle.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
It wasn't killing the job at all before. Indentation was 3 spaces.
Jeroen Hoekx committed -
Michael DeHaan committed
-
Seth Vidal committed
-
Tim Bielawa committed
-
Daniel Néri committed
-
- 28 Apr, 2012 2 commits
-
-
Introduce group_names in template variables.
Michael DeHaan committed -
This is a list of all the groups a host is in.
Jeroen Hoekx committed
-
- 27 Apr, 2012 14 commits
-
-
from modules remotely when they fail to parse, and this is VERY useful data.
Michael DeHaan committed -
Michael DeHaan committed
-
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
Michael DeHaan committed -
This reverts commit 40f60353.
Michael DeHaan committed -
Revert "Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging" This reverts commit e1611403. Conflicts: lib/ansible/connection.py
Michael DeHaan committed -
This reverts commit 44486223.
Michael DeHaan committed -
Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging and various modules. This reverts commit 6341a954.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Some tweaks to first_available_file mostly in terms of error handling and not trying src= to be present as it is not used here.
Michael DeHaan committed -
make it useful from /usr/bin/ansible and the API. Also some minor style fixes.
Michael DeHaan committed
-
- 28 Apr, 2012 1 commit
-
-
first_if_available and yum fixes
Michael DeHaan committed
-
- 27 Apr, 2012 7 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
add first_available_file look up to _execute_template and _execute_copy to runner. add this data to playbook handler so it can be included into module_vars
Seth Vidal committed -
When running the service module via sudo, `$PATH` didn't contain `/sbin`, so the service binary couldn't be found. This just runs `/sbin/service` directly. Output is spewed to stderr on error. Added `list=status` to include the output of `service <cmd> status`.
John Kleint committed -
Michael DeHaan committed
-
[devel] ansible-playbook hangs if not passed --extra-vars
Michael DeHaan committed -
Reed Murphy committed
-
- 26 Apr, 2012 5 commits
-
-
ansible-playbook release-my-app.yml --extra-vars="version=123" And make $version available in the playbook without re-editing the file
Michael DeHaan committed -
Return the octal mode of a file instead of decimal.
Michael DeHaan committed -
Service module crashes if args has no "=".
Michael DeHaan committed -
Selinux -- more fun
Michael DeHaan committed -
Use socket.getfqdn() to fix issue #243
Michael DeHaan committed
-