ansible-playbooks/roles/postgres/vars/archlinux.yml
2025-11-10 18:24:43 +01:00

10 lines
268 B
YAML

---
postgres_packages:
- postgresql
- python-psycopg2
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"