mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 02:53:07 +00:00
add Debian os family support
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Patroni common options
|
||||
patroni_version: "3.0.0"
|
||||
patroni_install_repo: true
|
||||
patroni_version: "3.0.1"
|
||||
patroni_install_official_repo: true
|
||||
|
||||
# Patroni cluster options
|
||||
patroni_cluster_name: "patroni-cluster"
|
||||
@ -9,6 +9,8 @@ patroni_namespace: "/service/"
|
||||
# Patroni PostgreSQL common options
|
||||
patroni_postgresql_version: "15.2"
|
||||
patroni_postgresql_install_repo: true
|
||||
patroni_postgresql_system_locale: "en_US.UTF-8"
|
||||
patroni_postgresql_system_language: "{{ patroni_postgresql_system_locale }}"
|
||||
|
||||
# Patroni superuser auth
|
||||
patroni_superuser_username: "postgres"
|
||||
@ -28,6 +30,7 @@ patroni_ssl: false
|
||||
patroni_ssl_path: "/etc/patroni/ssl"
|
||||
patroni_self_signed_cert: false
|
||||
patroni_self_signed_cert_name: "cert"
|
||||
patroni_play_group: "patroni"
|
||||
|
||||
## DCS options. Consul or Etcd
|
||||
patroni_dcs_exists: false
|
||||
@ -35,3 +38,4 @@ patroni_dcs_type: "consul"
|
||||
|
||||
## Backup options
|
||||
patroni_wal_g_install: false
|
||||
|
||||
|
Reference in New Issue
Block a user