An open API service indexing awesome lists of open source software.

https://github.com/lesovsky/ansible-postgresql94-bdr

PostgreSQL BDR (Bi-Directional Replication) is the replication technology for PostgreSQL, developed by 2ndQuadrant.
https://github.com/lesovsky/ansible-postgresql94-bdr

Last synced: about 1 year ago
JSON representation

PostgreSQL BDR (Bi-Directional Replication) is the replication technology for PostgreSQL, developed by 2ndQuadrant.

Awesome Lists containing this project

README

          

### README: ansible-postgresql94-bdr

Features:
- supported distributions: Redhat/CentOS version 5, 6 or 7.
- supported PostgreSQL versions: 9.4
- allows specify hosts and demo database which would be created after install.
- ability to determine a set of postgresql.conf parameters and absense postgresql.conf template. Template is not used due to the fact that the postgresql.conf differs from version to version on a set of parameters.
- ability to specify another cluster directory.
- ATTENTION: in this role were used unprivileged account for ssh connections and sudo for perform administrative tasks

Known issues:

Todo:

How-to use:
- download repo with git clone;
- cd into role directory;
- change "hosts:" and other variables in defaults/main.yml;
- start ansible-playbook with role.yml and your inventory file.
```
ansible-playbook -i /etc/ansible/staging role.yml
```