Fix postgresql role for smaller memory machines.

This commit is contained in:
Kevin Fenzi 2014-12-08 14:47:06 +00:00
parent 9015ed37f1
commit bb408a1c1f
3 changed files with 503 additions and 1 deletions

View file

@ -45,13 +45,17 @@
owner=postgres
with_items:
- pg_hba.conf
- postgresql.conf
notify:
- restart postgresql
tags:
- config
- postgresql
- name: postgresql config template
template: dest=/var/lib/pgsql/data/postgresql.conf src=postgresql.conf
tags:
- postgresql
- name: Ensure postgres has a place to backup to
file: dest=/backups state=directory owner=postgres
tags: