Class: Ansible::Ruby::Modules::Elasticsearch_plugin

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

Overview

Manages Elasticsearch 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#nameString

Returns Name of the plugin to install. In ES 2.x, the name can be an url or file location.

Returns:

  • (String)

    Name of the plugin to install. In ES 2.x, the name can be an url or file location



11
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 11

attribute :name

#plugin_binString?

Returns Location of the plugin binary.

Returns:

  • (String, nil)

    Location of the plugin binary



26
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 26

attribute :plugin_bin

#plugin_dirString?

Returns Your configured plugin directory specified in Elasticsearch.

Returns:

  • (String, nil)

    Your configured plugin directory specified in Elasticsearch



30
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 30

attribute :plugin_dir

#proxy_hostObject?

Returns Proxy host to use during plugin installation.

Returns:

  • (Object, nil)

    Proxy host to use during plugin installation



34
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 34

attribute :proxy_host

#proxy_portObject?

Returns Proxy port to use during plugin installation.

Returns:

  • (Object, nil)

    Proxy port to use during plugin installation



37
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 37

attribute :proxy_port

#state:present, ...

Returns Desired state of a plugin.

Returns:

  • (:present, :absent, nil)

    Desired state of a plugin.



15
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 15

attribute :state

#timeoutString?

Returns Timeout setting: 30s, 1m, 1h…

Returns:

  • (String, nil)

    Timeout setting: 30s, 1m, 1h…



22
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 22

attribute :timeout

#urlObject?

Returns Set exact URL to download the plugin from (Only works for ES 1.x).

Returns:

  • (Object, nil)

    Set exact URL to download the plugin from (Only works for ES 1.x)



19
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 19

attribute :url

#versionString?

Returns Version of the plugin to be installed. If plugin exists with previous version, it will NOT be updated.

Returns:

  • (String, nil)

    Version of the plugin to be installed. If plugin exists with previous version, it will NOT be updated



40
# File 'lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb', line 40

attribute :version