e246e74843
* New module postgresql_ping: simple module to check remote PostgreSQL server availability. * New module postgresql_ping: simple module to check remote PostgreSQL server availability, doc fixes * postgresql_ping: added integration tests * New module postgresql_ping: misc changes * New module postgresql_ping: change return suit * New module postgresql_ping: tests reformatting, return value * Various cosmetic/documentation fixes * A few more fixes * And even more cleanups * Fix PEP8 issue
11 lines
260 B
YAML
11 lines
260 B
YAML
---
|
|
# defaults file for test_postgresql_db
|
|
db_name: 'ansible_db'
|
|
db_user1: 'ansible_db_user1'
|
|
db_user2: 'ansible_db_user2'
|
|
db_user3: 'ansible_db_user3'
|
|
db_default: 'postgres'
|
|
|
|
tmp_dir: '/tmp'
|
|
db_session_role1: 'session_role1'
|
|
db_session_role2: 'session_role2'
|