feat: pg with extensions and open to podmans containers

This commit is contained in:
Clément Désiles
2025-11-11 00:02:15 +01:00
parent ba37edd498
commit e7dbe470da
7 changed files with 158 additions and 98 deletions
+4
View File
@@ -1,6 +1,10 @@
# Custom PostgreSQL configuration managed by Ansible
# Override settings from main postgresql.conf
# Network configuration
listen_addresses = '{{ postgres_listen_addresses }}'
port = {{ postgres_port }}
# Performance tuning
shared_buffers = {{ postgres_shared_buffers }}
effective_cache_size = {{ postgres_effective_cache_size }}