Skip to content

ansible: expose nginx proxy temp file size#499

Open
omribz156 wants to merge 1 commit into
jfrog:masterfrom
omribz156:codex/nginx-proxy-temp-size
Open

ansible: expose nginx proxy temp file size#499
omribz156 wants to merge 1 commit into
jfrog:masterfrom
omribz156:codex/nginx-proxy-temp-size

Conversation

@omribz156

Copy link
Copy Markdown

Summary

  • add artifactory_nginx_proxy_max_temp_file_size for the Artifactory NGINX role
  • keep the default at 1024m, matching NGINX's existing implicit default
  • render the directive in artifactory.conf so users can set 0 for large artifact downloads
  • update the role README and collection changelog

Verification

  • git diff --check
  • parsed roles/artifactory_nginx/defaults/main.yml with PyYAML
  • rg "artifactory_nginx_proxy_max_temp_file_size|proxy_max_temp_file_size" Ansible/ansible_collections/jfrog/platform/roles/artifactory_nginx Ansible/ansible_collections/jfrog/platform/CHANGELOG.md

Not run: ansible / ansible-lint, because Ansible is not installed in this Windows workspace.

This was implemented with Codex assistance, with the patch kept focused and manually reviewed.

Fixes #445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ansible/artifactory_nginx] Set proxy_max_temp_file_size to 0 or allow it to be set

1 participant