Merge "Do not log passwords"

This commit is contained in:
Zuul 2018-04-13 11:37:53 +00:00 committed by Gerrit Code Review
commit 45a7672905

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: