Merge "Do not log passwords" into stable/pike

This commit is contained in:
Zuul 2018-04-17 16:07:46 +00:00 committed by Gerrit Code Review
commit f7eee73a4d
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
write_priv: ".*"
state: "present"
delegate_to: "{{ groups[_rabbitmq_host_group][0] }}"
no_log: true
tags:
- common-rabbitmq

View File

@ -71,6 +71,7 @@
password: "{{ rabbitmq_monitoring_password }}"
tags: "monitoring"
state: "present"
no_log: true
when: rabbitmq_monitoring_password is defined
environment: "{{ deployment_environment_variables | default({}) }}"
tags: