Class: Ansible::Ruby::Modules::Rabbitmq_plugin

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/messaging/rabbitmq_plugin.rb

Overview

Manage RabbitMQ plugins.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#namesString

Returns Comma-separated list of plugin names.

Returns:

  • (String)

    Comma-separated list of plugin names.



12
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_plugin.rb', line 12

attribute :names

#new_only:yes, ...

Returns Only enable missing plugins.,Does not disable plugins that are not in the names list.

Returns:

  • (:yes, :no, nil)

    Only enable missing plugins.,Does not disable plugins that are not in the names list.



16
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_plugin.rb', line 16

attribute :new_only

#prefixObject?

Returns Specify a custom install prefix to a Rabbit.

Returns:

  • (Object, nil)

    Specify a custom install prefix to a Rabbit.



24
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_plugin.rb', line 24

attribute :prefix

#state:enabled, ...

Returns Specify if plugins are to be enabled or disabled.

Returns:

  • (:enabled, :disabled, nil)

    Specify if plugins are to be enabled or disabled.



20
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_plugin.rb', line 20

attribute :state