Merge "Do not log passwords"
This commit is contained in:
@@ -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"
|
||||
- "%"
|
||||
|
||||
Reference in New Issue
Block a user