Make very sure the default guest user is no more
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1d3648bcd5
commit
cfcbb8b41f
1 changed files with 8 additions and 1 deletions
|
@ -80,4 +80,11 @@
|
|||
|
||||
- name: start rabbitmq
|
||||
service: name=rabbitmq-server state=started enabled=yes
|
||||
tags: rabbitmq
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
|
||||
- name: Nope. No standard users. Even if we user TLS auth
|
||||
rabbitmq_user: user=guest state=absent
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue