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
@@ -3,6 +3,10 @@ postgres_packages:
- postgresql
- python-psycopg2
# AUR packages (installed via paru)
postgres_aur_packages:
- pgvector
postgres_service_name: postgresql
postgres_config_path: "{{ postgres_data_dir }}/postgresql.conf"
postgres_config_dir: "{{ postgres_data_dir }}/conf.d"