add postgresql bdr role

This commit is contained in:
Kevin Fenzi 2016-10-14 19:45:20 +00:00
parent 83f3b206c9
commit 0f2bfd76f8
12 changed files with 833 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
- name: restart postgresql94
service: name=postgresql-9.4 state=restarted