Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I32b43617f2529094b3ca9f6b5f95047d4a26df82
(cherry picked from commit db7cbd9b04)
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:46:52 +02:00
parent c91eb6cc61
commit 0289542a29
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
state: "present"
delegate_to: "10.100.100.2"
when: inventory_hostname == groups['utility_all'][0]
no_log: true
- name: Grant access to the DB for the service
mysql_user:
login_user: "root"
@ -42,6 +43,7 @@
- "%"
delegate_to: "10.100.100.2"
when: inventory_hostname == groups['utility_all'][0]
no_log: true
roles:
- role: "os_rally"
vars_files: