mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2025-06-29 03:03:07 +00:00
first commit
This commit is contained in:
2
vars/Debian.yaml
Normal file
2
vars/Debian.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
pgbouncer_postgresql_home_dir: "/var/lib/postgresql"
|
||||
pgbouncer_postgresql_package_name_regex: 'postgresql-.[{{ pgbouncer_postgresql_supported_versions | join(",") }}]'
|
2
vars/RedHat.yaml
Normal file
2
vars/RedHat.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
pgbouncer_postgresql_home_dir: "/var/lib/pgsql"
|
||||
pgbouncer_postgresql_package_name_regex: 'postgresql.[{{ pgbouncer_postgresql_supported_versions | join(",") }}]-server'
|
Reference in New Issue
Block a user