make possible to keep nonssl endpoint and remove hardcoded alg for auth

This commit is contained in:
ace
2023-02-15 16:16:09 +03:00
parent 916e75951e
commit 4f40c189f7
4 changed files with 35 additions and 25 deletions

View File

@ -1,13 +1,14 @@
postgresql_version: "15.2"
# Options
postgresql_group: "postgresql"
postgresql_superuser_db: "postgres"
postgresql_superuser_name: "postgres"
postgresql_superuser_password: "postgres"
# SSL options
postgresql_ssl: true
postgresql_group: "postgresql"
postgresql_ssl_keep_nonssl_endpoint: false
postgresql_self_signed_cert: true
postgresql_self_signed_cert_name: "cert"