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

add supervisor_conf_template variable for main config file customization

Open BahamutNeRo opened this issue 3 years ago • 0 comments

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 = XXXXX chmod = XXXX to supervisor.conf w/o role editting.

Thx!

BahamutNeRo avatar Aug 15 '22 10:08 BahamutNeRo