First stab at autogenerating replication ips for pg_hba

This commit is contained in:
Kevin Fenzi 2016-10-17 19:22:41 +00:00
parent a5894c93be
commit eb69def46c
3 changed files with 21 additions and 1 deletions

View file

@ -51,7 +51,7 @@
- postgresql
- name: Add our postgres config file.
copy: >
template: >
src={{ item }}
dest=/var/lib/pgsql/9.4-bdr/data/{{ item }}
owner=postgres