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