3
0

add confdroid_apache

This commit is contained in:
12ww1160
2026-02-04 09:11:46 +01:00
parent dbc0bcc8f2
commit dd409efa7d

View File

@@ -7,8 +7,9 @@
- [Summary](#summary) - [Summary](#summary)
- [Overview](#overview) - [Overview](#overview)
- [--confdroid\_puppet--](#--confdroid_puppet--) - [--confdroid\_puppet--](#--confdroid_puppet--)
- [--confdroid\_prometheus--](#--confdroid_prometheus--) - [confdroid\_prometheus](#confdroid_prometheus)
- [--confdroid\_postgresql--](#--confdroid_postgresql--) - [confdroid\_postgresql](#confdroid_postgresql)
- [confdroid\_apache](#confdroid_apache)
- [FAQ](#faq) - [FAQ](#faq)
## Summary ## Summary
@@ -37,7 +38,7 @@ A Puppet module to configure a puppet environment:
- r10k deployment service - r10k deployment service
- webhook listener to trigger r10k - webhook listener to trigger r10k
### [--confdroid_prometheus--](https://gitea.confdroid.com/confdroid/confdroid_prometheus) ### [confdroid_prometheus](https://gitea.confdroid.com/confdroid/confdroid_prometheus)
Configures Prometheus, a Time Series Collection and Processing server Configures Prometheus, a Time Series Collection and Processing server
@@ -46,7 +47,7 @@ Configures Prometheus, a Time Series Collection and Processing server
- optionally adds remote writing to a Postgresql database via postgresql Adapter ( not part of this module) - optionally adds remote writing to a Postgresql database via postgresql Adapter ( not part of this module)
- Optionally allows pruning of the local TSDB - Optionally allows pruning of the local TSDB
### [--confdroid_postgresql--](https://gitea.confdroid.com/confdroid/confdroid_postgresql) ### [confdroid_postgresql](https://gitea.confdroid.com/confdroid/confdroid_postgresql)
Automate installation, configuration and management of all aspects of PostgreSQL(standalone) Automate installation, configuration and management of all aspects of PostgreSQL(standalone)
@@ -57,6 +58,15 @@ Automate installation, configuration and management of all aspects of PostgreSQL
- install and manage pg_bouncer (set `pl_use_pg_bouncer` to true) - install and manage pg_bouncer (set `pl_use_pg_bouncer` to true)
- enable SL / TLS manage TLS certificates (set `pl_ssl_enabled` to true and populate content externally through variables) - enable SL / TLS manage TLS certificates (set `pl_ssl_enabled` to true and populate content externally through variables)
### [confdroid_apache](https://gitea.confdroid.com/confdroid/confdroid_apache)
Install and configure a standalone empty Apache (httpd) server. The module is mainly to be used by other modules to add websites or services on top, i.e. Nagios, Wordpress etd.
- install the packages
- manage main files and directories
- ensure the service is up and running
- open the firewall
## FAQ ## FAQ
- Q: "Why are the names of the modules using underscore instead of hyphens?" - Q: "Why are the names of the modules using underscore instead of hyphens?"