diff --git a/tasks/postgresql-streaming-replication.yml b/tasks/postgresql-streaming-replication.yml index 4c91dec..6c8a8f2 100644 --- a/tasks/postgresql-streaming-replication.yml +++ b/tasks/postgresql-streaming-replication.yml @@ -29,7 +29,8 @@ contype: host users: '{{ psql_streaming_replication_user }}' address: '{{ item }}' - method: 'scram-sha-256' + #method: 'scram-sha-256' + method: 'md5' state: present loop: '{{ psql_streaming_replication_hosts }}' notify: Reload postgresql @@ -44,7 +45,8 @@ contype: host users: '{{ psql_streaming_replication_user }}' address: '{{ item }}' - method: 'scram-sha-256' + #method: 'scram-sha-256' + method: 'md5' state: present loop: '{{ psql_streaming_replication_hosts }}' notify: Reload postgresql