-
Notifications
You must be signed in to change notification settings - Fork 354
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
Allow users to add a dynamic module during a build from source #640
Comments
Hi alessfg, try nginx_install_from: source
nginx_static_modules: [http_ssl_module,http_geoip2_module] |
That parameter is used for NGINX modules following the |
Hello, any progress on this? |
Not really, no. Building from source is not recommended and as such building from source options are what we consider a "community" developed feature. This does not mean that it will not get worked on, but any other active issue and/or PR is affecting any other feature of the role is prioritized. PRs are always welcome! |
I'm not sure if Ansible (which is a configuration management tool?) is the best solution for a build automation.
You can swap And you can ask for help with pkg-oss in a community slack, IRC channel or mailing lists (if you are like really, really old. Like my age maybe :) |
Discussed in #638
Originally posted by tibz7 August 3, 2023
Is there a way to use this role and install geoip2 for the opensource version?
Something like using the source and passing compilation flags?
Otherwise the only option i thought of was to not use this role and write my own tasks to compile it with the needed module.
The text was updated successfully, but these errors were encountered: