On Tue, 25 Oct 2016 15:37:16 -0400 bruce badouglas@gmail.com wrote:
Hi guys.
...snip...
What I'd really like, would be a devOps soln (simple/quick/dirty) to allow me to be able to fire up a bunch of apps across a bunch of VMs, and to periodically have a way to generate a remote "screenshot" of the running process.
Thoughts/Comments??
Thanks for any pointers.
Ansible and async mode, provided you can generate the screenshot from the command line. Or just two ansible playbooks, one to start everything and another to 'screenshot' whenever you want to run it.
https://ansible.sivel.net/docs/devel/playbooks_async.html
kevin