Do not log private key

Change-Id: I07587193a0f1f84f1842b64b88a827aa3927cfe6
This commit is contained in:
James Gibson 2021-10-18 15:17:07 +01:00
parent 47671efb49
commit 94e59adeeb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
owner: "{{ octavia_system_user_name }}"
group: "{{ octavia_system_group_name }}"
mode: "0640"
no_log: true
with_items:
- content: "{{ hostvars[octavia_cert_setup_host]['octavia_ca_private_key_fact'] }}"
dest: "/etc/octavia/certs/ca_key.pem"