From 8641a0240ce1bc5b558c8c0263721b045df8be52 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 11 Apr 2018 13:49:00 +0200 Subject: [PATCH] Do not log passwords This prevents data to be leaked into the callback plugin. Change-Id: Ic2b88c6442d5a8e76e7f4c7b7ee8686ef0070f5e --- create-grant-db.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create-grant-db.yml b/create-grant-db.yml index 64e89bc5..4aa8fbcf 100644 --- a/create-grant-db.yml +++ b/create-grant-db.yml @@ -21,6 +21,7 @@ state: "present" delegate_to: "{{ groups['galera_all'][0] }}" run_once: True + no_log: true - name: Grant access to the DB for the service mysql_user: login_user: "root" @@ -37,3 +38,4 @@ - "%" delegate_to: "{{ groups['galera_all'][0] }}" run_once: True + no_log: true