mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
rewrite ssl cert generation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
postgresql_version: "15.5"
|
||||
postgresql_version: "15.6"
|
||||
|
||||
# Options
|
||||
postgresql_install_official_repo: true
|
||||
@ -6,6 +6,8 @@ postgresql_play_group: "postgresql"
|
||||
postgresql_superuser_db: "postgres"
|
||||
postgresql_superuser_username: "postgres"
|
||||
postgresql_superuser_password: "postgres"
|
||||
postgresql_user: "postgres"
|
||||
postgresql_group: "postgres"
|
||||
|
||||
# SSL options
|
||||
postgresql_ssl: true
|
||||
@ -15,6 +17,9 @@ postgresql_self_signed_cert_name: "cert"
|
||||
postgresql_cacert_force_append_ips: []
|
||||
postgresql_cacert_force_append_names: []
|
||||
postgresql_cacert_multiple_default_gw_workaround: false
|
||||
postgresql_cacert_ca_host_group: "postgresql_cacert_ca_host"
|
||||
postgresql_cacert_clients_group: "postgresql_cacert_clients"
|
||||
postgresql_cacert_ca_trust_anchors_update: true
|
||||
|
||||
## WAL-G backup and restore options
|
||||
postgresql_wal_g_install: false
|
||||
|
Reference in New Issue
Block a user