feat!: modernize for haproxy 2.8/3.0 and current platforms#2
Open
sdickenson wants to merge 1 commit intomasterfrom
Open
feat!: modernize for haproxy 2.8/3.0 and current platforms#2sdickenson wants to merge 1 commit intomasterfrom
sdickenson wants to merge 1 commit intomasterfrom
Conversation
Drop CentOS 6/7 support. Add Amazon Linux 2023, AlmaLinux 9 and 10. Update Ansible syntax to 2.10+ (FQCN, dnf, loop). Add TLSv1.3 ciphersuite support. Replace deprecated reqadd with http_request_rules. Replace external haproxy_exporter with native Prometheus exporter. Rename graylog-specific vars to generic logging vars. BREAKING CHANGE: reqadd replaced by http_request_rules, external haproxy_exporter replaced by native prometheus frontend, graylog vars renamed to haproxy_use_json_logging / haproxy_log_forward_*. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
geoffedelman
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
yum→dnf,with_items→loopreqaddwithhttp_request_rules, usessl-min-versyntaxhaproxy_exportersidecar with built-inprometheus-exporterservice (haproxy_prometheus_enabled,haproxy_prometheus_port)haproxy_use_json_logging,haproxy_log_forward_server,haproxy_log_forward_server_port)VERSION.md→CHANGELOG.mdwith full version history from git tags.gitignoreBreaking Changes
frontend.reqaddfrontend.http_request_ruleshaproxy_external_exporter_enabledhaproxy_prometheus_enabledhaproxy_exporter_listen_porthaproxy_prometheus_port(default: 8405)haproxy_use_graylog_json_logginghaproxy_use_json_logginghaproxy_graylog_serverhaproxy_log_forward_serverhaproxy_graylog_server_porthaproxy_log_forward_server_portTest plan
haproxy_prometheus_enabledand confirm/metricsand/statsendpoints respondhaproxy_use_json_loggingwith log forwarding and verify rsyslog confighaproxy_tls_levelsetting🤖 Generated with Claude Code