ansible-playbooks/roles/postgres/vars/archlinux.yml
2025-11-11 00:02:15 +01:00

14 lines
341 B
YAML

---
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"
postgres_hba_path: "{{ postgres_data_dir }}/pg_hba.conf"