Set no_log for duo configuration (secret)

This commit is contained in:
2020-04-02 09:48:08 +13:00
parent 9a35429f77
commit 07f2b3cd4e

View File

@@ -14,6 +14,7 @@
# fail:
# msg: "ikey should not be 'someikey' see defaults/main.yml"
# when:
- name: Ensure Duo configuration in place
ini_file:
path: /etc/duo/pam_duo.conf
@@ -21,6 +22,7 @@
option: "{{ item.key }}"
value: "{{ item.value }}"
with_items: "{{ auth_duo_settings }}"
no_log: true
- name: Ensure PAM for SSH is configured with duo MFA
copy: