From 0289542a29f4705a6e16c69d19a2d1718d85cf22 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 11 Apr 2018 13:46:52 +0200 Subject: [PATCH] Do not log passwords This prevents data to be leaked into the callback plugin. Change-Id: I32b43617f2529094b3ca9f6b5f95047d4a26df82 (cherry picked from commit db7cbd9b04695ace7e980275084de7cea703edd8) --- tests/test-install-rally.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-install-rally.yml b/tests/test-install-rally.yml index ac357e9..1c79b78 100644 --- a/tests/test-install-rally.yml +++ b/tests/test-install-rally.yml @@ -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: