Merge "Do not log passwords"

This commit is contained in:
Zuul
2018-04-13 12:32:46 +00:00
committed by Gerrit Code Review
3 changed files with 3 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

@@ -200,6 +200,7 @@
password: secrete
vhost: "/test"
state: absent
no_log: true
when: run_rabbit_tests | default(false)
tags:
- rabbitmq

View File

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