1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 21:22:23 +00:00
community.general/test/integration/roles/setup_postgresql_db/vars/default.yml
2014-12-01 19:10:35 -08:00

8 lines
183 B
YAML

postgresql_service: "postgresql"
postgresql_packages:
- "postgresql-server"
- "python-psycopg2"
pg_hba_location: "/var/lib/pgsql/data/pg_hba.conf"
pg_dir: "/var/lib/pgsql/data"