Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Id376d5dc65b0e772db4e63ca0d8227c7145b427f
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:43:35 +02:00
parent ef9dbcd853
commit f5382179f4
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
state: "present"
delegate_to: "{{ keystone_galera_address }}"
when: inventory_hostname == groups['keystone_all'][0]
no_log: true
- name: Grant access to the DB for the service
mysql_user:
login_user: "root"
@ -26,6 +27,7 @@
- "%"
delegate_to: "{{ keystone_galera_address }}"
when: inventory_hostname == groups['keystone_all'][0]
no_log: true
roles:
- { role: "os_keystone", tags: [ "os-keystone" ] }
vars: