Andrew Klychkov
|
bb459cb014
|
postgresql_user: add scram-sha-256 password support (#100)
* postgresql_user: add support for scram-sha-256 passwords
* postgresql_user: add support for scram-sha-256 passwords
* add changelog fragment
* fix
|
2020-04-22 12:45:14 +01:00 |
|
Andrew Klychkov
|
3c24d1c03c
|
postgresql_user: add session_role parameter to check (#179)
|
2020-04-15 08:16:16 +03:00 |
|
Felix Fontein
|
b161c59a05
|
Remove version_added from return values and docs fragments. (#150)
|
2020-04-13 08:19:41 +01:00 |
|
Andrew Klychkov
|
6d7f66539c
|
postgresql_user: add trust_input parameter (#116)
* postgresql: add input checks for potentially dangerous substrings
* postgresql_user: add trust_input parameter
* add CI, add changelog fragment
* fix CI
* moved input patterns outside is_input_dangerous function
* Update plugins/module_utils/database.py
Co-Authored-By: Thomas O'Donnell <andytom@users.noreply.github.com>
* Update plugins/module_utils/database.py
Co-Authored-By: Thomas O'Donnell <andytom@users.noreply.github.com>
* fix
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
|
2020-04-12 13:16:44 +02:00 |
|
Thomas O'Donnell
|
c6a2559719
|
Fix false positive warnings for PostgreSQL User (#17)
This stops a the false positive warnings that the `no_password_changes`
doesn't have the `no_log` set.
|
2020-03-17 14:23:27 +00:00 |
|
Ansible Core Team
|
aebc1b03fd
|
Initial commit
|
2020-03-09 09:11:07 +00:00 |
|