-
-
Notifications
You must be signed in to change notification settings - Fork 12
[feature] Add extra configs uWSGI #56 #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added new variable `openwisp2_wireguard_uwsgi_extra_conf` to main.yml with similar config options to ansible-openwisp2. Made processes and threads configurable, defaults are set to 1. Fixes openwisp#56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I have a few comments below.
|
I've made the requested changes, you might see the forced push because I needed to change the commit messages |
a8579b6 to
764e4bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, what do you think @pandafy?
Checklist
Reference to Existing Issue
Closes #56.
Description of Changes
Added new variable
openwisp2_wireguard_uwsgi_extra_confto main.yml with configurations:Made processes and threads configurable, defaults are set to 1.