mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-20 16:09:09 -07:00
postgresql SSL related tests (#55288)
* postgresql SSL tests * postgresql SSL tests, added link to officiall doc
This commit is contained in:
parent
f88b2cbe59
commit
f8c47262c4
3 changed files with 119 additions and 0 deletions
|
@ -22,3 +22,9 @@ pg_hba_test_ips:
|
|||
netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ff00'
|
||||
- source: '172.16.0.0'
|
||||
netmask: '255.255.0.0'
|
||||
|
||||
# defaults for test SSL
|
||||
ssl_db: 'ssl_db'
|
||||
ssl_user: 'ssl_user'
|
||||
ssl_pass: 'ssl_pass'
|
||||
ssl_rootcert: '~{{ pg_user }}/root.crt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue