Move the user removal after the HTTP management has started, again.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill
2025-06-22 17:13:53 -04:00
parent 9421e125cb
commit c83547366e

View File

@@ -122,12 +122,6 @@
tags:
- rabbitmq_cluster
- name: Nope. No standard users. Even if we use TLS auth
rabbitmq_user: user=guest state=absent
tags:
- rabbitmq_cluster
- config
# This require a running server...
- name: Enable the HTTP management console and SSL authentication plugins
rabbitmq_plugin:
@@ -139,6 +133,13 @@
- rabbitmq_cluster
- config
# This requires the HTTPS management server to be running...`
- name: Nope. No standard users. Even if we use TLS auth
rabbitmq_user: user=guest state=absent
tags:
- rabbitmq_cluster
- config
- name: Configure the pubsub virtual host
rabbitmq_vhost: