You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with cluster which uses longnames in rabbitmq cluster. For now there is no possible way to use any play against such clusters. There is no such option in plugins and possible life hacks such as setting remote environment doesn’t work.
For instance: rabbitmqctl can be used in bash with longnames:
TASK [rabbitmq-server : delete default user guest] *********************************************************************
fatal: [testrmq01]: FAILED! => {"changed": false, "msg": "Could not determine the version of the RabbitMQ server."}
The text was updated successfully, but these errors were encountered:
SUMMARY
There is a problem with cluster which uses longnames in rabbitmq cluster. For now there is no possible way to use any play against such clusters. There is no such option in plugins and possible life hacks such as setting remote environment doesn’t work.
For instance: rabbitmqctl can be used in bash with longnames:
But in the rabbitmq_user.py of ansible collection there is no possible way to use such option for longnames.
In definition
_exec
community.rabbitmq/plugins/modules/rabbitmq_user.py
Line 285 in 65b0022
it can use flag
--node
but not--longnames
.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: Debian 11
STEPS TO REPRODUCE
EXPECTED RESULTS
Users should be created or deleted.
ACTUAL RESULTS
Playbook failed.
The text was updated successfully, but these errors were encountered: