From eab682b0bbb037c6e956d17c4bfbf0164f489f78 Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Sat, 26 Oct 2019 13:12:45 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d23011d..69c03ef 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,10 @@ Setup PostgreSQL database * [postgres_users_extra](#postgres_users_extra) * [postgres_db](#postgres_db) * [postgres_db_extra](#postgres_db_extra) + * [postgres_clean_hba_file](#postgres_clean_hba_file) * [postgres_hba_entries](#postgres_hba_entries) * [postgres_hba_entries_extra](#postgres_hba_entries_extra) + * [postgres_no_log](#postgres_no_log) * [postgres_base_dir](#postgres_base_dir) * [Dependencies](#dependencies) * [License](#license) @@ -261,7 +263,7 @@ postgres_db: template: "template0" login_host: "localhost" login_password: "_omit_" - login_user: "{{ postgresql_user }}" + login_user: "{{ postgres_user }}" login_unix_socket: "_omit_" port: "_omit_" owner: "_omit_" @@ -276,6 +278,14 @@ postgres_db: postgres_db_extra: [] ``` +### postgres_clean_hba_file + +#### Default value + +```YAML +postgres_clean_hba_file: true +``` + ### postgres_hba_entries #### Default value @@ -286,22 +296,8 @@ postgres_hba_entries: databases: - all users: - - all - auth_method: peer - - contype: host - databases: - - all - users: - - all - address: 127.0.0.1/32 - auth_method: md5 - - contype: host - databases: - - all - users: - - all - address: ::1/128 - auth_method: md5 + - postgres + auth_method: trust ``` ### postgres_hba_entries_extra @@ -312,6 +308,14 @@ postgres_hba_entries: postgres_hba_entries_extra: [] ``` +### postgres_no_log + +#### Default value + +```YAML +postgres_no_log: true +``` + ### postgres_base_dir #### Default value