You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Michael DeHaan bdc452c620 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.
13 years ago
apt Add support for older version of python-apt 13 years ago
assemble Conditionally import hashlib (issue #471) 13 years ago
async_status Apply logging of arguments to modules (issue #122) 13 years ago
async_wrapper Apply logging of arguments to modules (issue #122) 13 years ago
authorized_key Renamed module, fixed idempotency, removed debug param. 13 years ago
command Apply logging of arguments to modules (issue #122) 13 years ago
copy Copy module: Extended error handling and fixed error messages 13 years ago
facter Apply logging of arguments to modules (issue #122) 13 years ago
failtest Surface module debug (-D) to /usr/bin/ansible also 13 years ago
fetch fetch 'module' -- working with paramiko and local connections 13 years ago
file Remove unused md5sum function from file module 13 years ago
git Default git module to master branch so branch= is not required. 13 years ago
group Apply logging of arguments to modules (issue #122) 13 years ago
ohai Apply logging of arguments to modules (issue #122) 13 years ago
ping Apply logging of arguments to modules (issue #122) 13 years ago
raw add fake module for 'raw' 13 years ago
service Enhanced the service state recognition in the service module: 13 years ago
setup Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 13 years ago
shell Added 'shell' to modules with a note that it doesn't really exist :) 13 years ago
slurp Apply logging of arguments to modules (issue #122) 13 years ago
template make all templating happen locally, so no jinja2 deps are ever required 13 years ago
user Remove call to undefined debug() in module 'user'. 13 years ago
virt Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 13 years ago
yum Apply logging of arguments to modules (issue #122) 13 years ago