community.rabbitmq
community.rabbitmq copied to clipboard
rabbitmq_vhost: add REST APIs support
SUMMARY
Implement REST APIs support. Fixes #171.
ISSUE TYPE
- Feature Pull Request
COMPONENT NAME
rabbitmq_vhost
ADDITIONAL INFORMATION
Followed the same behavior of user module: if host is specified the module uses APIs. I think is not the best approach in terms of code reusability, but it doesn't break stuff (probably adding a provider field can be a better implementation as initially suggested in #76).
@csmart @Andersson007 ready for review
@too-common-name hello, could you please add a changelog fragment https://docs.ansible.com/ansible/latest/community/development_process.html#creating-a-changelog-fragment
This looks great and is something we would use - is there any timeline on getting it merged?
Hello, I am back from holidays. @charlietw happy to help :) I've just implementend @Andersson007 suggestions.
@csmart will you have a chance to take a look?
thanks for the contribution @too-common-name, this look pretty good to me, I've just put a couple of thoughts in review.