Merge "Do not log passwords"
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
write_priv: ".*"
|
write_priv: ".*"
|
||||||
state: "present"
|
state: "present"
|
||||||
delegate_to: "{{ groups[_rabbitmq_host_group][0] }}"
|
delegate_to: "{{ groups[_rabbitmq_host_group][0] }}"
|
||||||
|
no_log: true
|
||||||
tags:
|
tags:
|
||||||
- common-rabbitmq
|
- common-rabbitmq
|
||||||
|
|
||||||
|
|||||||
@@ -200,6 +200,7 @@
|
|||||||
password: secrete
|
password: secrete
|
||||||
vhost: "/test"
|
vhost: "/test"
|
||||||
state: absent
|
state: absent
|
||||||
|
no_log: true
|
||||||
when: run_rabbit_tests | default(false)
|
when: run_rabbit_tests | default(false)
|
||||||
tags:
|
tags:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
|||||||
@@ -72,6 +72,7 @@
|
|||||||
password: "{{ rabbitmq_monitoring_password }}"
|
password: "{{ rabbitmq_monitoring_password }}"
|
||||||
tags: "monitoring"
|
tags: "monitoring"
|
||||||
state: "present"
|
state: "present"
|
||||||
|
no_log: true
|
||||||
when: rabbitmq_monitoring_password is defined
|
when: rabbitmq_monitoring_password is defined
|
||||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user