Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Ia490c2a62bb53b9bdc191787820e1fc12b8aaa58
(cherry picked from commit 4dc7bad032)
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:41:50 +02:00
parent 2bb40bc7e5
commit d152f66979
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
login_host: "{{ cloudkitty_galera_address }}"
name: "{{ cloudkitty_galera_database }}"
state: "present"
no_log: true
tags:
- cloudkitty-db-setup
@ -35,6 +36,7 @@
host: "{{ item }}"
state: "present"
priv: "{{ cloudkitty_galera_database }}.*:ALL"
no_log: true
with_items:
- "localhost"
- "%"