1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
ce9522f6a8 OP#784 add to puppet collection 2026-09-23 10:56:17 +02:00
cd016046d3 OP#669 add to puppet collection 2026-09-05 14:55:48 +02:00

View File

@@ -23,6 +23,7 @@
- [confdroid\_java](#confdroid_java)
- [confdroid\_alloy](#confdroid_alloy)
- [confdroid\_haproxy](#confdroid_haproxy)
- [confdroid\_clamav](#confdroid_clamav)
- [FAQ](#faq)
## Summary
@@ -173,7 +174,6 @@ Install java binaries for usage with other modules, i.e. confdroid_jenkins, as s
- install alloy binaries
- install node exporter (optional, set `ay_manage_ne`to `true`)
- manage alloy directories and files including templates
- manage the main alloy pipeline for loki and prometheus
- manage log rotation for rsyslog to allow adm membership
@@ -195,6 +195,17 @@ install, configure and manage haproxy service configure proxies via define acces
- manage fail2ban integration (optional, requires confdroid_fail2ban module)
- manage haproxy service and stats service
### [confdroid_clamav](https://3for.me/xkozd)
install, configure and manage clamav / clamd
- install all required binaries including s-nail as mail program to send alerts when infected files are found
- manage required config files
- manage cronjob settings via parameters
- run cron job to scan the file system (by default starting at root, configurable) via clamdscan
- set ConcurrentDatabaseReload option `yes`/`no` to optimize RAM consumption. defaults to `no`
- manage `freshclam` and `clamd` services
---
## FAQ