commit 8507a31cab
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:
parent
3ecf2ea4e5
commit
dae1d528d6
8
index.md
8
index.md
@ -138,14 +138,14 @@ postgres_hba_entries:
|
|||||||
users:
|
users:
|
||||||
- all
|
- all
|
||||||
address: 127.0.0.1/32
|
address: 127.0.0.1/32
|
||||||
auth_method: md5
|
auth_method: '{{ postgres_password_encryption }}'
|
||||||
- contype: host
|
- contype: host
|
||||||
databases:
|
databases:
|
||||||
- all
|
- all
|
||||||
users:
|
users:
|
||||||
- all
|
- all
|
||||||
address: ::1/128
|
address: ::1/128
|
||||||
auth_method: md5
|
auth_method: '{{ postgres_password_encryption }}'
|
||||||
```
|
```
|
||||||
|
|
||||||
### postgres_hba_entries_extra
|
### postgres_hba_entries_extra
|
||||||
@ -202,7 +202,7 @@ postgres_log_rotation_size: 0
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
postgres_password_encryption: md5
|
postgres_password_encryption: scram-sha-256
|
||||||
```
|
```
|
||||||
|
|
||||||
### postgres_repository_enabled
|
### postgres_repository_enabled
|
||||||
@ -319,7 +319,7 @@ postgres_users_extra: []
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
postgres_version: 12
|
postgres_version: 14
|
||||||
```
|
```
|
||||||
|
|
||||||
## Discovered Tags
|
## Discovered Tags
|
||||||
|
Loading…
Reference in New Issue
Block a user