[SKIP CI] update readme
This commit is contained in:
parent
35b4561dfb
commit
eab682b0bb
38
README.md
38
README.md
@ -32,8 +32,10 @@ Setup PostgreSQL database
|
|||||||
* [postgres_users_extra](#postgres_users_extra)
|
* [postgres_users_extra](#postgres_users_extra)
|
||||||
* [postgres_db](#postgres_db)
|
* [postgres_db](#postgres_db)
|
||||||
* [postgres_db_extra](#postgres_db_extra)
|
* [postgres_db_extra](#postgres_db_extra)
|
||||||
|
* [postgres_clean_hba_file](#postgres_clean_hba_file)
|
||||||
* [postgres_hba_entries](#postgres_hba_entries)
|
* [postgres_hba_entries](#postgres_hba_entries)
|
||||||
* [postgres_hba_entries_extra](#postgres_hba_entries_extra)
|
* [postgres_hba_entries_extra](#postgres_hba_entries_extra)
|
||||||
|
* [postgres_no_log](#postgres_no_log)
|
||||||
* [postgres_base_dir](#postgres_base_dir)
|
* [postgres_base_dir](#postgres_base_dir)
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
@ -261,7 +263,7 @@ postgres_db:
|
|||||||
template: "template0"
|
template: "template0"
|
||||||
login_host: "localhost"
|
login_host: "localhost"
|
||||||
login_password: "_omit_"
|
login_password: "_omit_"
|
||||||
login_user: "{{ postgresql_user }}"
|
login_user: "{{ postgres_user }}"
|
||||||
login_unix_socket: "_omit_"
|
login_unix_socket: "_omit_"
|
||||||
port: "_omit_"
|
port: "_omit_"
|
||||||
owner: "_omit_"
|
owner: "_omit_"
|
||||||
@ -276,6 +278,14 @@ postgres_db:
|
|||||||
postgres_db_extra: []
|
postgres_db_extra: []
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### postgres_clean_hba_file
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
postgres_clean_hba_file: true
|
||||||
|
```
|
||||||
|
|
||||||
### postgres_hba_entries
|
### postgres_hba_entries
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
@ -286,22 +296,8 @@ postgres_hba_entries:
|
|||||||
databases:
|
databases:
|
||||||
- all
|
- all
|
||||||
users:
|
users:
|
||||||
- all
|
- postgres
|
||||||
auth_method: peer
|
auth_method: trust
|
||||||
- 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_hba_entries_extra
|
### postgres_hba_entries_extra
|
||||||
@ -312,6 +308,14 @@ postgres_hba_entries:
|
|||||||
postgres_hba_entries_extra: []
|
postgres_hba_entries_extra: []
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### postgres_no_log
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
postgres_no_log: true
|
||||||
|
```
|
||||||
|
|
||||||
### postgres_base_dir
|
### postgres_base_dir
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
Loading…
Reference in New Issue
Block a user