mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add supervisorctl documentation
This commit is contained in:
@@ -741,6 +741,26 @@ Example action from a playbook::
|
|||||||
shell somescript.sh >> somelog.txt
|
shell somescript.sh >> somelog.txt
|
||||||
|
|
||||||
|
|
||||||
|
.. _supervisorctl:
|
||||||
|
|
||||||
|
supervisorctl
|
||||||
|
`````````````
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
.. _template:
|
.. _template:
|
||||||
|
|
||||||
template
|
template
|
||||||
|
|||||||
Reference in New Issue
Block a user