disable logging for passwords

This commit is contained in:
Robert Kaussow 2018-10-22 22:33:39 +02:00
parent b3e2f11ab2
commit 42e00014c8
1 changed files with 3 additions and 0 deletions

View File

@ -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