rabbitmq_plugin - Adds or removes plugins to RabbitMQ

Author:Chris Hoffman

Synopsis

New in version 1.1.

Enables or disables RabbitMQ plugins

Options

parameter required default choices comments
names yes
    Comma-separated list of plugin names
    new_only no no
    • yes
    • no
    Only enable missing pluginsDoes not disable plugins that are not in the names list
    prefix no
      Specify a custom install prefix to a Rabbit (added in Ansible 1.3)
      state no enabled
      • enabled
      • disabled
      Specify if plugins are to be enabled or disabled

      Examples


      # Enables the rabbitmq_management plugin
      - rabbitmq_plugin: names=rabbitmq_management state=enabled