ansible-roles/patroni/defaults/main.yml
Eric Morino 23b26fa239
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2792|3|2789|1|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/235//ansiblelint">Evolix » ansible-roles » unstable #235</a>
gitea/ansible-roles/pipeline/head This commit looks good
changement variable postgresql_hosts
2023-04-03 17:33:12 +02:00

22 lines
429 B
YAML

---
# Install Patroni from backport Evolix
patroni_backport: false
# Define variable for Patroni
cluster_name: "mycluster"
patroni_restapi_listen: "127.0.0.1"
patroni_port: "8008"
postgresql_hosts_cluster: []
postgresql_listen_ips: 127.0.0.1
postgresql_connect_ip: 127.0.0.1
postgresql_version: ''
postgresql_replication_user: 'repl'
postgresql_superuser: 'admin'
# Define variable for etcd
etcd_hosts: []
etcd_port: "2379"