mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-14 08:09:46 +08:00
Move the user removal after the HTTP management has started, again.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user