ansible/library
Stephen Fromm aea022b002 Apply logging of arguments to modules (issue #122)
The ohai and facter modules use /usr/bin/logger to log the fact that
they have been invoked.  I added 'import os' to the ping module
so that it could have the same syslog statements as the other modules.
I separated the condensed:
    shlex.split(open(argfile, 'r').read())
into two separate statements similar to the other modules.
2012-05-09 15:19:20 -07:00
..
apt Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
async_status Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
async_wrapper Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
command Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
copy Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
facter Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
failtest Surface module debug (-D) to /usr/bin/ansible also 2012-03-31 11:45:29 -04:00
fetch fetch 'module' -- working with paramiko and local connections 2012-04-10 20:23:25 -07:00
file Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
git Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
group Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
ohai Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
ping Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
service Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
setup Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
shell Added 'shell' to modules with a note that it doesn't really exist :) 2012-03-23 21:39:39 -04:00
slurp Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
template make all templating happen locally, so no jinja2 deps are ever required 2012-04-18 22:43:17 -04:00
user Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
virt Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
yum Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00