1
0

OP#669 add to puppet collection

This commit is contained in:
2026-09-05 14:55:48 +02:00
parent 2fc69e42f6
commit cd016046d3

View File

@@ -22,6 +22,7 @@
- [confdroid\_ssh](#confdroid_ssh) - [confdroid\_ssh](#confdroid_ssh)
- [confdroid\_java](#confdroid_java) - [confdroid\_java](#confdroid_java)
- [confdroid\_alloy](#confdroid_alloy) - [confdroid\_alloy](#confdroid_alloy)
- [confdroid\_haproxy](#confdroid_haproxy)
- [FAQ](#faq) - [FAQ](#faq)
## Summary ## 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 log rotation for rsyslog to allow adm membership
- manage alloy service - 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 ## FAQ