File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1818 system : true
1919 state : present
2020
21- - name : Ensure /run/pgbouncer directory exists
22- ansible.builtin.file :
23- path : /run/pgbouncer
24- state : directory
25- owner : pgbouncer
26- group : pgbouncer
27- mode : ' 0755'
28-
2921- name : Ensure log directory exists
3022 ansible.builtin.file :
3123 path : /var/log/pgbouncer
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ listen_port = {{ pgbouncer_listen_port }}
77auth_type = md5
88auth_file = /etc/pgbouncer/userlist.txt
99logfile = /var/log/pgbouncer/pgbouncer.log
10- pidfile = /run/pgbouncer/pgbouncer .pid
10+ pidfile = /run/pgbouncer.pid
1111admin_users = {{ pgbouncer_auth_user }}
1212pool_mode = {{ pgbouncer_pool_mode }}
1313server_reset_query = DISCARD ALL
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ExecReload=/bin/kill -HUP $MAINPID
99Restart=always
1010User=pgbouncer
1111Group=pgbouncer
12- PIDFile=/run/pgbouncer/pgbouncer .pid
12+ PIDFile=/run/pgbouncer.pid
1313StandardOutput=append:/var/log/pgbouncer/pgbouncer.log
1414StandardError=append:/var/log/pgbouncer/pgbouncer.log
1515
You can’t perform that action at this time.
0 commit comments