mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 02:53:07 +00:00
fix repos and ssl
This commit is contained in:
@ -115,9 +115,11 @@ bootstrap:
|
||||
{% for host in groups.patroni %}
|
||||
- host replication {{ patroni_replication_username }} {{ hostvars[host]['ansible_host'] }}/32 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
{% endfor %}
|
||||
- host all all 127.0.0.1/32 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
- hostssl all all 127.0.0.1/32 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
- hostssl all all 0.0.0.0/0 scram-sha-256
|
||||
- host replication replicator 0.0.0.0/0 scram-sha-256
|
||||
- host all all 0.0.0.0/0 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
- hostssl all all 0.0.0.0/0 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
- host replication replicator 0.0.0.0/0 {{ patroni_postgresql_password_encryption_algorithm }}
|
||||
|
||||
|
||||
postgresql:
|
||||
|
Reference in New Issue
Block a user