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

11 lines
301 B
YAML

---
postgres_packages:
- postgresql
- postgresql-contrib
- python3-psycopg2
postgres_service_name: postgresql
postgres_config_path: /etc/postgresql/current/main/postgresql.conf
postgres_config_dir: /etc/postgresql/current/main/conf.d
postgres_hba_path: /etc/postgresql/current/main/pg_hba.conf