Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I0b0749e0e20f09670bbdaba0cfff57062a6186e3
(cherry picked from commit b2e6683ad0)
This commit is contained in:
Jesse Pretorius 2018-04-18 11:48:24 +01:00 committed by Jesse Pretorius (odyssey4me)
parent c8a0e7ddf1
commit bde64ba84b
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
until: add_barbican_service |success
retries: 5
delay: 2
no_log: True
- name: Ensure the Barbican user exists
keystone:
@ -44,6 +45,7 @@
until: add_barbican_user |success
retries: 5
delay: 2
no_log: True
- name: Ensure the Barbican user has the admin role
keystone:
@ -61,6 +63,7 @@
retries: 5
delay: 2
with_items: "{{ barbican_service_role_names }}"
no_log: True
- name: Ensure the Barbican endpoint is registered
keystone:
@ -84,3 +87,4 @@
until: add_barbican_endpoints |success
retries: 5
delay: 2
no_log: True