Add a second config file for postgresql.

This commit is contained in:
Ralph Bean 2014-01-10 20:52:18 +00:00
parent c1a97c4a40
commit db6fdf9bb0
2 changed files with 502 additions and 2 deletions

View file

@ -22,9 +22,12 @@
- name: Add our postgres config file.
copy: >
src=pg_hba.conf
dest=/var/lib/pgsql/data/pg_hba.conf
src={{ item }}
dest=/var/lib/pgsql/data/{{ item }}
owner=postgres
with_items:
- pg_hba.conf
- postgresql.conf
notify:
- restart postgresql
tags: