Set the pg_hba.conf file in anitya backend
This commit is contained in:
parent
6df42dffdf
commit
7602b3bb79
1 changed files with 13 additions and 0 deletions
|
@ -45,6 +45,19 @@
|
||||||
tags:
|
tags:
|
||||||
- anitya_backend
|
- 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
|
- name: Set up some cronjobs to backup databases as configured
|
||||||
template: >
|
template: >
|
||||||
src=cron-backup-database
|
src=cron-backup-database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue