Merge "Do not log passwords"

This commit is contained in:
Zuul
2018-04-13 11:22:28 +00:00
committed by Gerrit Code Review

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"
- "%"