summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml
blob: 10453bdf906c542981aa99ffa21e13fdbc2aa713 (plain)
1
2
3
4
5
6
7
8
postgresql_packages:
  - "postgresql"
  - "postgresql-common"
  - "python3-psycopg2"

pg_hba_location: "/etc/postgresql/10/main/pg_hba.conf"
pg_dir: "/var/lib/postgresql/10/main"
pg_ver: 10