mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 03:52:24 +00:00
allow non-TLS connections by default
This commit is contained in:
parent
5fe171c8b0
commit
b6f157394c
@ -11,7 +11,7 @@ postgresql_group: "postgres"
|
||||
|
||||
# SSL options
|
||||
postgresql_ssl: true
|
||||
postgresql_ssl_keep_nonssl_endpoint: false
|
||||
postgresql_ssl_keep_nonssl_endpoint: true
|
||||
postgresql_self_signed_cert: true
|
||||
postgresql_self_signed_cert_name: "cert"
|
||||
postgresql_cacert_force_append_ips: []
|
||||
|
Loading…
Reference in New Issue
Block a user