Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Icd8165fdcfd802b4d0b73fc6074975b90a993ccd
(cherry picked from commit aaba56e52d)
This commit is contained in:
fpxie 2018-04-23 17:32:10 +08:00 committed by Jesse Pretorius (odyssey4me)
parent e9132d780d
commit cbc6231641
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: True
# Create an admin user
- name: Ensure tacker user
@ -49,6 +50,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
# Add a role to the user
- name: Ensure tacker user to admin role
@ -67,6 +69,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
# Create an endpoint
- name: Ensure tacker endpoint
@ -91,3 +94,4 @@
until: add_service|success
retries: 5
delay: 10
no_log: True