3
0

add confdroid_postgresql

This commit is contained in:
12ww1160
2025-12-14 16:25:20 +01:00
parent a75e751ddb
commit e92fa7af61

View File

@@ -8,6 +8,7 @@
- [Overview](#overview) - [Overview](#overview)
- [**puppet\_cd**](#puppet_cd) - [**puppet\_cd**](#puppet_cd)
- [**confdroid\_prometheus**](#confdroid_prometheus) - [**confdroid\_prometheus**](#confdroid_prometheus)
- [**confdroid\_postgresql**](#confdroid_postgresql)
# Summary # Summary
@@ -40,3 +41,13 @@ The modules themselves are free to use as per license, you might need to adjust
* optionally the Node exporter * optionally the Node exporter
* 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)
Automate installation, configuration and management of all aspects of PostgreSQL(standalone)
* installs and configures Postgres server and clients
* manage single line entries in pg_hba via define
* manage roles and databases via define (set `$pl_manage_content` to true)
* manage extensions (set `pl_manage_extensions` 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)