|
@ -3,6 +3,17 @@ |
|
|
apt: |
|
|
apt: |
|
|
name: pgbouncer |
|
|
name: pgbouncer |
|
|
|
|
|
|
|
|
|
|
|
- name: Remove pgbouncer from init.d (may conflict with systemd service) |
|
|
|
|
|
file: |
|
|
|
|
|
path: /etc/init.d/pgbouncer |
|
|
|
|
|
state: absent |
|
|
|
|
|
when: is_docker |
|
|
|
|
|
|
|
|
|
|
|
- name: Update rc.d to reflect init.d removal |
|
|
|
|
|
command: |
|
|
|
|
|
cmd: update-rc.d pgbouncer remove |
|
|
|
|
|
when: is_docker |
|
|
|
|
|
|
|
|
- name: Add pgbouncer.ini |
|
|
- name: Add pgbouncer.ini |
|
|
template: |
|
|
template: |
|
|
src: pgbouncer.ini.jinja2 |
|
|
src: pgbouncer.ini.jinja2 |
|
|