Merge "Allow flexible tag for Rabbit monitoring user"
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
rabbitmq_user:
|
rabbitmq_user:
|
||||||
user: "{{ rabbitmq_monitoring_userid|default('monitoring') }}"
|
user: "{{ rabbitmq_monitoring_userid|default('monitoring') }}"
|
||||||
password: "{{ rabbitmq_monitoring_password }}"
|
password: "{{ rabbitmq_monitoring_password }}"
|
||||||
tags: "monitoring"
|
tags: "{{ rabbitmq_monitoring_tag | default('monitoring') }}"
|
||||||
state: "present"
|
state: "present"
|
||||||
no_log: true
|
no_log: true
|
||||||
when: rabbitmq_monitoring_password is defined
|
when: rabbitmq_monitoring_password is defined
|
||||||
|
|||||||
Reference in New Issue
Block a user