1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
e2cc14b686 OP#586 add confdroid_java to puppet_collection 2026-04-16 15:45:41 +02:00

View File

@@ -21,9 +21,6 @@
- [confdroid\_selinux](#confdroid_selinux) - [confdroid\_selinux](#confdroid_selinux)
- [confdroid\_ssh](#confdroid_ssh) - [confdroid\_ssh](#confdroid_ssh)
- [confdroid\_java](#confdroid_java) - [confdroid\_java](#confdroid_java)
- [confdroid\_alloy](#confdroid_alloy)
- [confdroid\_haproxy](#confdroid_haproxy)
- [confdroid\_clamav](#confdroid_clamav)
- [FAQ](#faq) - [FAQ](#faq)
## Summary ## Summary
@@ -170,42 +167,6 @@ Install, configure and manage SSHD and ssh settings
Install java binaries for usage with other modules, i.e. confdroid_jenkins, as specified in parameters. Install java binaries for usage with other modules, i.e. confdroid_jenkins, as specified in parameters.
### [confdroid_alloy](https://3for.me/dcckx)
- 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
- 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
### [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 ## FAQ