censor the logs
This commit is contained in:
parent
0a3b7bf590
commit
3a4d709275
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
dest: "/tmp/ansible_hacky_pki_ca.key"
|
||||
mode: u=rw,g=,o=
|
||||
delegate_to: localhost
|
||||
no_log: yes
|
||||
when: force_renewal or (not key_file.stat.exists) or (not cert_file.stat.exists) or (not validity.valid_at.renewal)
|
||||
|
||||
- name: Sign the certificate
|
||||
|
@ -91,6 +92,7 @@
|
|||
owner: "{{ owner | default('root') }}"
|
||||
group: "{{ group | default('root') }}"
|
||||
mode: "{{ key_mode | default('u=rw,g=,o=') }}"
|
||||
no_log: yes
|
||||
when: force_renewal or (not key_file.stat.exists) or (not cert_file.stat.exists) or (not validity.valid_at.renewal)
|
||||
|
||||
- name: Send certificate to the server
|
||||
|
|
Loading…
Reference in a new issue