You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`supervisor_install_method`: [default: `native`]: The way to install supervisor (e.g. `native` (from Ubuntu repo) or `pip`)
18
+
19
+
*`supervisor_pip_python_version_major`[default: `3`]: Python version to install `supervisor` for. Only relevant when using `supervisor_install_method: pip`
20
+
*`supervisor_pip_package_version`[default: `latest`]: Supervisor version to install (e.g. `latest`, `3.3.1`). Only relevant when using `supervisor_install_method: pip`
17
21
18
-
*`supervisor_version`[default: `latest`]: Supervisor version to install (e.g. `latest`, `3.3.1`)
19
22
*`supervisor_unix_http_server_file`[default: `/var/run/supervisor.sock`]: A path to a UNIX domain socket (e.g. `/tmp/supervisord.sock`) on which supervisor will listen for HTTP/XML-RPC requests. `supervisorctl` uses XML-RPC to communicate with supervisord over this port
20
23
*`supervisor_unix_http_server_chmod`[default: `'0700'`]: Change the UNIX permission mode bits of the UNIX domain socket to this value at startup
21
24
*`supervisor_unix_http_server_chown`[optional]: The user and group of `supervisor_unix_http_server_file` file. Use the following format: `user:group`
@@ -25,7 +28,7 @@ Set up the latest or a specific version of supervisor in Debian-like systems.
25
28
*`supervisor_system_user`[default: `root`]: Name of the user that should own the config file/directory
26
29
*`supervisor_system_group`[default: `root`]: Name of the group that should own the config file/directory
27
30
28
-
*`supervisor_inet_http_server_enabled`[default: `false`]: Whether or not to enable the HTTP server
31
+
*`supervisor_inet_http_server_enabled`[default: `false`]: Whether to enable the HTTP server
29
32
*`supervisor_inet_http_server_port`[default: `9001`]: A TCP host:port value or (e.g. `127.0.0.1:9001`) on which supervisor will listen for HTTP/XML-RPC requests. `supervisorctl` will use XML-RPC to communicate with supervisord over this port
30
33
*`supervisor_inet_http_server_username`[default: `admin`]: The username required for authentication to this HTTP server **Make sure to change!**
31
34
*`supervisor_inet_http_server_password`[default: `'4ubA&Et=ASPe'`]: The password required for authentication to this HTTP server. This can be a cleartext password, or can be specified as a SHA-1 hash if prefixed by the string `{SHA}`**Make sure to change!**
0 commit comments