https://github.com/lesovsky/ansible-pgbouncer
Install PgBouncer (database pool software) with Ansible
https://github.com/lesovsky/ansible-pgbouncer
Last synced: about 1 year ago
JSON representation
Install PgBouncer (database pool software) with Ansible
- Host: GitHub
- URL: https://github.com/lesovsky/ansible-pgbouncer
- Owner: lesovsky
- Created: 2014-04-26T15:39:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T18:07:09.000Z (about 12 years ago)
- Last Synced: 2025-04-13T01:43:42.621Z (about 1 year ago)
- Size: 133 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### README: install-pgbouncer
#### Features:
- supported distributions: Redhat 6, CentOS 6, Scientific Linux 6, Oracle Linux.
- allow specify pools, allowed users and other pgbouncer settings.
- supported only md5, any or trust auth types.
- add logrotate config
#### Known issues:
- plain and crypt auth types does not implemented and not tested.
#### Todo:
#### How-to use:
- download repo with git clone;
- cd into role directory;
- change hosts: variable in role.yml;
- start ansible-playbook with role.yml and your inventory file.
```
ansible-playbook -i /etc/ansible/staging role.yml
```