ansible/rst/modules/supervisorctl.rst
2012-08-13 15:39:00 -04:00

1 KiB

supervisorctl

0.7

Manage the state of a program or group of programs running via Supervisord

parameter required default comments
name yes The name of the supervisord program/process to manage
state yes 'started', 'stopped' or 'restarted'

Example action from a playbook:

supervisorctl name=my_app state=started