From 8c5b2048de8a0c16f630e568bc0ac3aa51fc91fb Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 15 Jan 2019 13:39:42 +1000 Subject: [PATCH] ansible-test: add postgresql var file for Ubuntu 18.04 (#50914) --- .../targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml diff --git a/test/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml b/test/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml new file mode 100644 index 00000000000..10453bdf906 --- /dev/null +++ b/test/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml @@ -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