mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
make possible to keep nonssl endpoint and remove hardcoded alg for auth
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user