From cd016046d37a8afbf49789b47d8c85955a6ab81c Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 5 Sep 2026 14:55:48 +0200 Subject: [PATCH] OP#669 add to puppet collection --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6e5891f..a82f04b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [confdroid\_ssh](#confdroid_ssh) - [confdroid\_java](#confdroid_java) - [confdroid\_alloy](#confdroid_alloy) + - [confdroid\_haproxy](#confdroid_haproxy) - [FAQ](#faq) ## Summary @@ -178,6 +179,22 @@ Install java binaries for usage with other modules, i.e. confdroid_jenkins, as s - manage log rotation for rsyslog to allow adm membership - manage alloy service +### [confdroid_haproxy](https://3for.me/rovxr) + +install, configure and manage haproxy service configure proxies via define access + +- install rpm binaries +- manage haproxy user +- manage directories (file system permissions, selinux context) +- manage files (file system permissions, content, selinux context) +- manage proxy instances through a define +- front-end options +- back-end options +- ACL options +- adds haproxy logs to rsyslog for remote logging where used +- manage fail2ban integration (optional, requires confdroid_fail2ban module) +- manage haproxy service and stats service + --- ## FAQ