Do not log passwords
This prevents data to be leaked into the callback plugin. Change-Id: Id376d5dc65b0e772db4e63ca0d8227c7145b427f
This commit is contained in:
parent
ef9dbcd853
commit
f5382179f4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user