You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/rst/modules/supervisorctl.rst

21 lines
1.0 KiB
ReStructuredText

.. _supervisorctl:
supervisorctl
`````````````
.. versionadded:: 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