ansible-role-supervisor icon indicating copy to clipboard operation
ansible-role-supervisor copied to clipboard

Ansible Role - Supervisor

Results 4 ansible-role-supervisor issues
Sort by recently updated
recently updated
newest added

### 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...

stale

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...

stale

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...