ansible/library
Michael DeHaan 5764ccdb0e Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module
is still kicking off.  Should not happen except in modules that are somewhat slow to load and probably
can be fixed better than the included sleep, i.e. some IPC communication that the process has
launched and is ok to exit.  This works pretty well for now though.
2012-04-01 02:35:19 -04:00
..
apt trimmed superfluous code from apt module 2012-03-26 13:53:22 -07:00
async_status Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. 2012-03-25 19:05:27 -04:00
async_wrapper Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module 2012-04-01 02:35:19 -04:00
command 'shell' is a magic module that executes the command module with shell=True 2012-03-14 20:40:06 -04:00
copy Make copy module idempotent. 2012-03-31 13:59:41 +02:00
facter Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to 2012-03-02 21:08:48 -05:00
failtest Surface module debug (-D) to /usr/bin/ansible also 2012-03-31 11:45:29 -04:00
file Remove comment about FIXME that is already resolved 2012-03-15 23:05:34 -04:00
git convert so they handle argsfiles rather than arguments 2012-03-14 18:47:13 -04:00
group Drop support of group membership in group module 2012-03-28 14:29:23 -07:00
ohai Still seeing some weirdness from ohai but we can probably simplify 2012-03-02 19:48:37 -05:00
ping Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper 2012-03-03 12:25:56 -05:00
service Be more flexible about where the service binary lives for better cross platform support. 2012-03-30 22:57:26 -04:00
setup Allow variable expressions to be stored as variables themselves, do some things to allow setup strings 2012-03-21 20:00:48 -04:00
shell Added 'shell' to modules with a note that it doesn't really exist :) 2012-03-23 21:39:39 -04:00
template Fix except statement in template module. 2012-03-30 11:46:30 +02:00
user Update user module to support supplementary group membership 2012-03-28 14:12:35 -07:00
yum Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module 2012-04-01 02:35:19 -04:00