Set the pg_hba.conf file in anitya backend

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 11:13:39 +02:00
parent 6df42dffdf
commit 7602b3bb79

View file

@ -45,6 +45,19 @@
tags:
- anitya_backend
- name: Add our postgres config file.
copy: >
src={{ item }}
dest=/var/lib/pgsql/data/{{ item }}
owner=postgres
with_items:
- pg_hba.conf
notify:
- restart postgresql
tags:
- config
- postgresql
- name: Set up some cronjobs to backup databases as configured
template: >
src=cron-backup-database