From dae1d528d6c3ee807345ff8e8a2ffcbfe32ab441 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 4 Apr 2022 19:57:54 +0000 Subject: [PATCH] commit 8507a31cab02ae43d27a739fb04fa87a5c6c50c9 Author: Robert Kaussow Date: Mon Apr 4 21:51:15 2022 +0200 feat: add test for Rocky Linux 8 (#1) --- index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 913acf6..17be706 100644 --- a/index.md +++ b/index.md @@ -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