mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-03 16:17:10 -05:00
Restore info about unix_socket_directories
and make it more precise. (Info about RHEL/Centos 6 can be removed as it is not supported by this module anymore.)
This commit is contained in:
parent
4c8e5e4452
commit
bdff17d22f
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@ Control the state of the postgresql service and whether it should start at boot
|
||||||
value: '{{ postgresql_unix_socket_directories | join(",") }}'
|
value: '{{ postgresql_unix_socket_directories | join(",") }}'
|
||||||
- option: log_directory
|
- option: log_directory
|
||||||
value: 'log'
|
value: 'log'
|
||||||
|
Global configuration options that will be set in `postgresql.conf`.
|
||||||
Global configuration options that will be set in `postgresql.conf`. Note that if you override 'log_directory' with another path, this role will create it for you.
|
For PostgreSQL versions older than 9.3 you need to at least override this variable and set the `option` to `unix_socket_directory`.
|
||||||
|
If you override the value of `option: log_directory` with another path, relative or absolute, then this role will create it for you.
|
||||||
|
|
||||||
postgresql_hba_entries:
|
postgresql_hba_entries:
|
||||||
- { type: local, database: all, user: postgres, auth_method: peer }
|
- { type: local, database: all, user: postgres, auth_method: peer }
|
||||||
|
|
Loading…
Add table
Reference in a new issue