disable logging for passwords
This commit is contained in:
parent
b3e2f11ab2
commit
42e00014c8
@ -12,6 +12,9 @@
|
||||
name: "{{ item.name }}"
|
||||
password: "{{ item.password }}"
|
||||
with_items: "{{ postgres_users }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
no_log: True
|
||||
when: item.pam_user | default(False)
|
||||
|
||||
- name: Setup client authentication
|
||||
|
Loading…
Reference in New Issue
Block a user