Commit Graph

14 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
Michael DeHaan faed4b5a33 whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
14 years ago
Michael DeHaan 7e9e29011e Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
Stephen Fromm aea022b002 Apply logging of arguments to modules (issue #122)
14 years ago
Jeroen Hoekx d96763346f Make async wrapper kill the process it supervises.
14 years ago
Michael DeHaan 5764ccdb0e Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module
14 years ago
Michael DeHaan 696b67f935 Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide)
14 years ago
Michael DeHaan 49a636d8a0 Fixed up async and polling logic.
14 years ago
Michael DeHaan 5be1a612d3 Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko
14 years ago
Michael DeHaan c71afe35d6 Async tests complete. Fixed bug in async_wrapper
14 years ago
Michael DeHaan 6a0b793578 Remove debug comments
14 years ago
Michael DeHaan 8e07d83ad1 Async module, mostly operational, daemonizing/watch code may have bugs
14 years ago
Michael DeHaan 718e2930b2 async module now forks
14 years ago
Michael DeHaan 45c40524ef Time limit needs to be passed to async_wrapper.
14 years ago
Michael DeHaan eaa7714ff8 Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper
14 years ago