Author: Robert Kaussow <xoxys@rknet.org>
Date:   Mon Apr 4 21:51:15 2022 +0200

    feat: add test for Rocky Linux 8 (#1)
This commit is contained in:
Robert Kaussow 2022-04-04 19:57:54 +00:00
parent 3ecf2ea4e5
commit dae1d528d6
1 changed files with 4 additions and 4 deletions

View File

@ -138,14 +138,14 @@ postgres_hba_entries:
users:
- all
address: 127.0.0.1/32
auth_method: md5
auth_method: '{{ postgres_password_encryption }}'
- contype: host
databases:
- all
users:
- all
address: ::1/128
auth_method: md5
auth_method: '{{ postgres_password_encryption }}'
```
### postgres_hba_entries_extra
@ -202,7 +202,7 @@ postgres_log_rotation_size: 0
#### Default value
```YAML
postgres_password_encryption: md5
postgres_password_encryption: scram-sha-256
```
### postgres_repository_enabled
@ -319,7 +319,7 @@ postgres_users_extra: []
#### Default value
```YAML
postgres_version: 12
postgres_version: 14
```
## Discovered Tags