Reload in supervisorctl

Hi Keith,

Here’s an example of a simple playbook that writes the config file for supervisor and restarts the process via supervisorctl:

https://github.com/mattupstate/ansible-tutorial/blob/master/devops/deploy.yml

The playbook was written as part of small project/tutorial that I wrote. You can read more about it here:

http://mattupstate.github.com/python/devops/2012/08/07/flask-wsgi-application-deployment-with-ubuntu-ansible-nginx-supervisor-and-uwsgi.html

Hope that helps.

-M