Setting up rabbitmq with ansible works really well but I also need to pass it a config file to setup the exchanges and queues. According to the rabbitmq documentation this is done with passing the json file to the management plugin. Is this possible to do with the rabbitmq_parameter module?
You should be able to just write the config file in the default location and when you restart rabbitmq it will pick up these settings. We usually have our publishers create exchanges and consumers create exchange, bindings, and queues as opposed as configuring them in the rabbitmq config files.