mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Set the pg_hba.conf file in anitya backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user