ansible-role-supervisor
ansible-role-supervisor copied to clipboard
Ansible Role - Supervisor
### Description Use "{{ supervisor_conf_template }}" variable instead of hardcoded template "supervisord.conf.j2" for more main config versatility. For example, currently there is no way to add settings like: minfds =...
I cannot run this role on Ubuntu 20.4 : ``` TASK [supervisor : Ensure Supervisor is installed.] **************************** fatal: [snfreports-com]: FAILED! => {"changed": false, "msg": "Unable to find any of...
Two main reasons to prefer using apt: * On Debian 12, installing supervisor with pip as a global package, like this role does, is no longer permitted. * Pip needs...
Hello, Since Ubuntu 24.04 (I'm not sure whether 22.04 had the issue), it's not possible to install the package using standard `pip install `anymore. Now recommended method is using the...