Add a postgres config to the postgres role.
This commit is contained in:
parent
62066cdc08
commit
c1a97c4a40
2 changed files with 90 additions and 0 deletions
|
@ -19,3 +19,13 @@
|
|||
- restart postgresql
|
||||
tags:
|
||||
- service
|
||||
|
||||
- name: Add our postgres config file.
|
||||
copy: >
|
||||
src=pg_hba.conf
|
||||
dest=/var/lib/pgsql/data/pg_hba.conf
|
||||
owner=postgres
|
||||
notify:
|
||||
- restart postgresql
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue