Merge "Do not log passwords"

This commit is contained in:
Zuul 2018-04-13 10:56:05 +00:00 committed by Gerrit Code Review
commit fb9637f0d1

View File

@ -26,6 +26,7 @@
name: "{{ grafana_db_name }}"
state: "present"
delegate_to: "{{ groups['galera_all'][0] }}"
no_log: true
- name: Grant access to the DB for the service
mysql_user:
login_user: "{{ galera_root_user }}"
@ -37,6 +38,7 @@
state: "present"
priv: "{{ grafana_db_name }}.*:ALL"
delegate_to: "{{ groups['galera_all'][0] }}"
no_log: true
with_items:
- "localhost"
- "%"