Skip to content

mbaran0v/ansible-role-pgbouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: PgBouncer

Build Status License GitHub tag Open Source Love svg1 PRs Welcome

Ansible role for PgBouncer Lightweight connection pooler for PostgreSQL. Currently this works on Debian and RedHat based linux systems. Tested platforms are:

  • Ubuntu 16.04
  • CentOS 7

Requirements

None

Role Variables

The variables that can be passed to this role and a brief description about them are as follows. (For all variables, take a look at defaults/main.yml)

pgbouncer_listen_addr: 0.0.0.0
pgbouncer_listen_port: 6432

pgbouncer_auth_type: md5
pgbouncer_users:
  - name: worker
    pass: 123456

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: pgbouncer

  roles:
    - role: mbaran0v.pgbouncer

License

MIT / BSD

Author Information

This role was created in 2019 by Maxim Baranov.

About

Ansible role: PgBouncer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages