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.
- Host: GitHub
- URL: https://github.com/lesovsky/ansible-postgresql94-bdr
- Owner: lesovsky
- Created: 2015-02-06T18:12:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T13:59:23.000Z (over 8 years ago)
- Last Synced: 2025-04-13T01:43:03.148Z (about 1 year ago)
- Size: 113 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```