Add a postgres config to the postgres role.

This commit is contained in:
Ralph Bean 2014-01-10 20:40:08 +00:00
parent 62066cdc08
commit c1a97c4a40
2 changed files with 90 additions and 0 deletions

View file

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