mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 02:53:07 +00:00
rewrite ssl cert generation
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
# Patroni common options
|
||||
patroni_version: "3.0.4"
|
||||
patroni_version: "3.2.2"
|
||||
patroni_install_official_repo: true
|
||||
patroni_play_group: "patroni"
|
||||
patroni_user: "postgres"
|
||||
patroni_group: "postgres"
|
||||
|
||||
# Patroni cluster options
|
||||
patroni_cluster_name: "patroni-cluster"
|
||||
patroni_namespace: "/service/"
|
||||
|
||||
# Patroni PostgreSQL common options
|
||||
patroni_postgresql_version: "15.4"
|
||||
patroni_postgresql_version: "16.2"
|
||||
patroni_postgresql_install_repo: true
|
||||
patroni_postgresql_system_locale: "en_US.UTF-8"
|
||||
patroni_postgresql_system_language: "{{ patroni_postgresql_system_locale }}"
|
||||
@ -35,6 +37,9 @@ patroni_self_signed_cert_name: "cert"
|
||||
patroni_cacert_multiple_default_gw_workaround: false
|
||||
patroni_cacert_force_append_ips: []
|
||||
patroni_cacert_force_append_names: []
|
||||
patroni_cacert_ca_host_group: "patroni_cacert_ca_host"
|
||||
patroni_cacert_clients_group: "patroni_cacert_clients"
|
||||
patroni_cacert_ca_trust_anchors_update: true
|
||||
|
||||
## DCS options. Consul or Etcd
|
||||
patroni_dcs_exists: false
|
||||
|
Reference in New Issue
Block a user