[SKIP CI] update readme

This commit is contained in:
Drone Shipper 2019-10-26 13:12:45 +00:00
parent 35b4561dfb
commit eab682b0bb
1 changed files with 21 additions and 17 deletions

View File

@ -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