Fix the recovery user ACL.
This commit is contained in:
parent
523152d08e
commit
4cfd936b51
|
@ -39,7 +39,7 @@
|
||||||
dest: '{{ psql_conf_dir }}/pg_hba.conf'
|
dest: '{{ psql_conf_dir }}/pg_hba.conf'
|
||||||
contype: host
|
contype: host
|
||||||
users: '{{ pgpool_recovery_user }}'
|
users: '{{ pgpool_recovery_user }}'
|
||||||
address: '{{ item.0.name }}'
|
address: '{{ item.1 }}'
|
||||||
databases: 'all'
|
databases: 'all'
|
||||||
method: 'trust'
|
method: 'trust'
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in New Issue