-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community.rabbitmq.rabbitmq_plugin - No option to specify "node" #59
Comments
@tlb1galaxy out of interest, what does |
Hello,
Output on this nod/cluster:
```
]# rabbitmq-plugins list -E -m
Listing plugins with pattern ".*" ...
rabbitmq_management
```
Thanks
From: John Imison ***@***.***>
Sent: September 24, 2021 7:36 AM
To: ansible-collections/community.rabbitmq ***@***.***>
Cc: tlb1_galaxy ***@***.***>; Mention ***@***.***>
Subject: Re: [ansible-collections/community.rabbitmq] community.rabbitmq.rabbitmq_plugin - No option to specify "node" (#59)
CAUTION - EXTERNAL EMAIL
This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe
…________________________________
@tlb1galaxy<https://github.com/tlb1galaxy> out of interest, what does rabbitmq-plugins list -E -m return for you on the rabbitmq node?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#59 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASODCRRM2C5UGIQPDHCDV6TUDRPDPANCNFSM4W2K4EPA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This was referenced Oct 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Community.rabbitmq.rabbitmq_plugin module does not have the ability to specify the RabbitMQ node name. If/when the node name is not the default "rabbit", this module will report false success.
ISSUE TYPE
COMPONENT NAME
community.rabbitmq.rabbitmq_plugin
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
OS = CentOS 8
AWX = 17.0.1
Docker = 20.10.2 build 2291f61
Erlang = 23[erts-11.1.5]
RabbitMQ = 3.7.9
ansible_python_interpreter = auto (set globally)
AnsibleControler:
python = 3.6.8 (alternatives: python->auto->/usr/libexec/no-python, python3->auto->/usr/bin/python3.6)
Targetserver:
CentOS 7 (fresh install with latest updates)
python = 2.7.5 & 3.6.8
STEPS TO REPRODUCE
USE_LONGNAMES=true
(essentially this changes the RabbitMQ default node name from "rabbit" to "rabbit@%localhost-FQDN%"
EXPECTED RESULTS
Should see RabbitMQ plugins management & management_agent enabled.
ACTUAL RESULTS
No plugins are enabled.
RabbitMQ_cluster_Enable_Plugins_False_Success.txt
This is a similar issue related to issue# https://github.com/ansible-collections/community.rabbitmq/issues/53
The text was updated successfully, but these errors were encountered: