1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
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 Module postgresql_idx: added ci tests, new params, returned values, code refactoring (#52230) 2019-02-15 15:38:56 +01:00
postgresql_ping.yml New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477) 2019-03-06 11:01:13 +00:00
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 New module postgresql_query (#52555) 2019-02-25 14:08:04 +00:00
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 New module postgresql_tablespace (#52914) 2019-03-07 16:27:20 +00:00
session_role.yml Add session_role to postgresql modules (#43650) 2019-02-02 20:12:14 +01:00
state_dump_restore.yml fixed test using removed feature 2018-08-01 15:17:28 -04:00
test_no_password_change.yml Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
test_password.yml postgresql_user: fix test errors on newer Fedora versions (#47166) 2018-10-17 14:01:11 +10:00
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