Fix postgresql role for smaller memory machines.
This commit is contained in:
parent
9015ed37f1
commit
bb408a1c1f
3 changed files with 503 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue