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

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

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

attr_option, attr_options, attribute, #initialize, #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



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

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



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

attribute :new_only

#prefixObject?

Returns Specify a custom install prefix to a Rabbit.

Returns:

  • (Object, nil)

    Specify a custom install prefix to a Rabbit



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

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



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

attribute :state