Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper

still needs to daemonize.  Then, once done, playbook can be taught how to poll async within the
timing window.
This commit is contained in:
Michael DeHaan 2012-03-03 12:25:56 -05:00
parent 1ed212513c
commit eaa7714ff8
5 changed files with 145 additions and 25 deletions

2
library/ping Normal file → Executable file
View file

@ -22,4 +22,4 @@ try:
except ImportError:
import simplejson as json
print json.dumps(1)
print json.dumps({ "ping" : "pong" })