mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
support forced custom ips and names in cert
add multiple gw workaround for cert
This commit is contained in:
@ -12,6 +12,9 @@ postgresql_ssl: true
|
||||
postgresql_ssl_keep_nonssl_endpoint: false
|
||||
postgresql_self_signed_cert: true
|
||||
postgresql_self_signed_cert_name: "cert"
|
||||
postgresql_cacert_force_append_ips: []
|
||||
postgresql_cacert_force_append_names: []
|
||||
postgresql_cacert_multiple_default_gw_workaround: false
|
||||
|
||||
## WAL-G backup and restore options
|
||||
postgresql_wal_g_install: false
|
||||
|
Reference in New Issue
Block a user