mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-16 14:35:00 +00:00
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 |
||
|---|---|---|
| .. | ||
| main.yml | ||
| pg_authid_not_readable.yml | ||
| postgresql_ext.yml | ||
| postgresql_facts.yml | ||
| postgresql_idx.yml | ||
| postgresql_ping.yml | ||
| postgresql_privs.yml | ||
| postgresql_query.yml | ||
| postgresql_set.yml | ||
| postgresql_tablespace.yml | ||
| session_role.yml | ||
| state_dump_restore.yml | ||
| test_no_password_change.yml | ||
| test_password.yml | ||
| test_target_role.yml | ||