ansible/test/integration/targets/postgresql/tasks
Christian Rohmann 90c092a104 Allow configuration of connection_limit per postgresql database (postgresql_db) (#40345)
Fixes #40060

* Fix coding style errors
* Use CONNECTION LIMIT (no underscore)
* From review done by amenonsen and bcoca - Set default at None, make the change detection less confusing
* Added EXAMPLE on how to apply a database specific connection limit
* Added some basic tests for conn_limit applied to a database
* Check that conn_limit has actually been set / updated to 200
* Add changelog fragment regarding postgresql_db conn_limit parameter
2019-03-22 18:21:39 +05:30
..
main.yml Allow configuration of connection_limit per postgresql database (postgresql_db) (#40345) 2019-03-22 18:21:39 +05:30
pg_authid_not_readable.yml
postgresql_ext.yml postgresql_ext: Update param handling, fix doc formatting, added: CI tests, examples, a return value (#54027) 2019-03-22 12:39:33 +00:00
postgresql_facts.yml New module postgresql_facts: Gathers facts about PostgreSQL servers. (#51164) 2019-03-18 11:31:32 +00:00
postgresql_idx.yml
postgresql_ping.yml
postgresql_privs.yml (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type (#35331) 2019-03-14 20:21:05 +05:30
postgresql_query.yml
postgresql_set.yml New module postgresql_set - Change a PostgreSQL server configuration parameter (#51875) 2019-03-18 11:39:10 +00:00
postgresql_tablespace.yml
session_role.yml
state_dump_restore.yml
test_no_password_change.yml
test_password.yml
test_target_role.yml #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 2019-03-21 13:26:44 +00:00