summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml')
-rw-r--r--test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml b/test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml
new file mode 100644
index 0000000000..7b6092a12c
--- /dev/null
+++ b/test/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml
@@ -0,0 +1,10 @@
+postgresql_service: "postgresql"
+
+postgresql_packages:
+ - "postgresql"
+ - "postgresql-common"
+ - "python-psycopg2"
+
+pg_hba_location: "/etc/postgresql/9.5/main/pg_hba.conf"
+pg_dir: "/var/lib/postgresql/9.5/main"
+pg_ver: 9.5