Hashing method configurable.
This commit is contained in:
parent
fc9fe846fb
commit
1c9f8f36a1
|
@ -11,8 +11,7 @@
|
|||
users: '{{ item.0.user }}'
|
||||
address: '{{ item.1 }}'
|
||||
databases: '{{ item.0.name }}'
|
||||
# method: 'scram-sha-256'
|
||||
method: 'md5'
|
||||
method: '{{ item.0.hash_method | default("scram-sha-256") }}'
|
||||
owner: root
|
||||
group: postgres
|
||||
mode: "0640"
|
||||
|
|
Loading…
Reference in New Issue