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