New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477)

* 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
This commit is contained in:
Andrey Klychkov
2019-03-06 14:01:13 +03:00
committed by John R Barker
parent 61abbfc269
commit e246e74843
4 changed files with 282 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ 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'
db_session_role2: 'session_role2'