Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petr-korobeinikov/ansible-role-pgbouncer
Pgbouncer installation.
https://github.com/petr-korobeinikov/ansible-role-pgbouncer
ansible ansible-role infrastructure-as-code infrastructure-management pgbouncer postgres postgresql
Last synced: about 1 month ago
JSON representation
Pgbouncer installation.
- Host: GitHub
- URL: https://github.com/petr-korobeinikov/ansible-role-pgbouncer
- Owner: petr-korobeinikov
- Created: 2016-05-14T15:01:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T20:41:47.000Z (over 8 years ago)
- Last Synced: 2024-11-06T12:53:54.604Z (3 months ago)
- Topics: ansible, ansible-role, infrastructure-as-code, infrastructure-management, pgbouncer, postgres, postgresql
- Homepage: https://galaxy.ansible.com/pkorobeinikov/pgbouncer/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/pkorobeinikov/ansible-role-pgbouncer.svg?branch=master)](https://travis-ci.org/pkorobeinikov/ansible-role-pgbouncer)
pkorobeinikov.pgbouncer
=======================Pgbouncer installation.
Requirements
------------You must provide your own `pgbouncer.ini.j2` and `userlist.txt.j2` templates.
Role Variables
--------------* `pgbouncer_package_version` is an exact package version, e.g. `1.7.2-1.pgdg14.04+1`.
* `pgbouncer_pgbouncer_ini_template` is a path to `pgbouncer.ini.j2` template within current playbook.
* `pgbouncer_userlist_txt_template` is a path to `userlist.txt.j2` template within current playbook.Dependencies
------------None.
Example Playbook
----------------- hosts: servers
roles:
- role: pkorobeinikov.pgbouncer
pgbouncer_package_version: 1.7.2-1.pgdg14.04+1
pgbouncer_pgbouncer_ini_template: pgbouncer/pgbouncer.ini.j2
pgbouncer_userlist_txt_template: pgbouncer/userlist.txt.j2License
-------BSD, MIT