Skip to content

Commit

Permalink
ansible-test: add postgresql var file for Ubuntu 18.04 (#50914)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c5b204)
  • Loading branch information
jborean93 authored and abadger committed Jan 15, 2019
1 parent 19597c5 commit bca3066
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit bca3066

Please sign in to comment.