rewrite ssl cert generation

This commit is contained in:
ace
2024-03-19 14:05:41 +03:00
parent 7b924b24dd
commit 5fe171c8b0
25 changed files with 396 additions and 266 deletions

View File

@ -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