ansible.supervisorctl(3) - Linux man page
Name
supervisorctl - Manage the state of a program or group of programs running via Supervisord
Description
Manage the state of a program or group of programs running via Supervisord
Options
- name
The name of the supervisord program/process to manage(required)
state
- The state of service Choices: present,started,stopped,restarted.(required)."
Examples
Manage the state of program my_app to be in started state.
supervisorctl: name=my_app state=started
Author
Matt Wright
See Also
ansible(1), http://ansible.github.com/modules.html#supervisorctl