Passwords are still md5.
This commit is contained in:
parent
1d447c464a
commit
ad879841f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue