first commit

This commit is contained in:
ace
2023-02-08 02:34:53 +03:00
commit c3b5ab3f91
10 changed files with 323 additions and 0 deletions

2
vars/Debian.yaml Normal file
View 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
View File

@ -0,0 +1,2 @@
pgbouncer_postgresql_home_dir: "/var/lib/pgsql"
pgbouncer_postgresql_package_name_regex: 'postgresql.[{{ pgbouncer_postgresql_supported_versions | join(",") }}]-server'