rabbitmq_vhost - Manage the state of a virtual host in RabbitMQ

Author:Chris Hoffman

Synopsis

New in version 1.1.

Manage the state of a virtual host in RabbitMQ

Options

parameter required default choices comments
name yes
    The name of the vhost to manage
    node no rabbit
      erlang node name of the rabbit we wish to configure (added in Ansible 1.2)
      state no present
      • present
      • absent
      The state of vhost
      tracing no no
      • yes
      • no
      Enable/disable tracing for a vhost

      Examples


      # Ensure that the vhost /test exists.
      - rabbitmq_vhost: name=/test state=present
      

      Table Of Contents

      Previous topic

      rabbitmq_user - Adds or removes users to RabbitMQ

      Next topic

      Monitoring Modules