Skip to content
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

Fix ansible and haproxy for containers #549

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Fix ansible and haproxy for containers #549

merged 2 commits into from
Oct 17, 2024

Conversation

mrvanes
Copy link
Contributor

@mrvanes mrvanes commented Oct 16, 2024

Ansible-galaxy collection syntax has changed a little, so it never updated stale packges.

HAproxy was broken on container deploy, because it can not handle maxconn * FD_SETSIZE filehandles (or something along those lines). docker-library/haproxy#180

fd_hard_limit is not available in our version, so had to reduce global.maxconn.

@baszoetekouw baszoetekouw merged commit e98d38e into main Oct 17, 2024
8 checks passed
@baszoetekouw baszoetekouw deleted the fix-minor-tweaks branch October 17, 2024 06:44
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.

2 participants