mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Add a second config file for postgresql.
This commit is contained in:
@@ -22,9 +22,12 @@
|
||||
|
||||
- name: Add our postgres config file.
|
||||
copy: >
|
||||
src=pg_hba.conf
|
||||
dest=/var/lib/pgsql/data/pg_hba.conf
|
||||
src={{ item }}
|
||||
dest=/var/lib/pgsql/data/{{ item }}
|
||||
owner=postgres
|
||||
with_items:
|
||||
- pg_hba.conf
|
||||
- postgresql.conf
|
||||
notify:
|
||||
- restart postgresql
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user