New integration tests for postgresql

This commit is contained in:
Toshio Kuratomi 2014-12-01 18:57:40 -08:00
commit 7329bcde99
10 changed files with 1009 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
# defaults file for test_postgresql_db
db_name: 'ansible_db'
db_user1: 'ansible_db_user1'
db_user2: 'ansible_db_user2'
tmp_dir: '/tmp'