Class: Ansible::Ruby::Modules::Kibana_plugin

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb

Overview

Manages Kibana 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

#force:yes, ...

Returns Delete and re-install the plugin. Can be useful for plugins update.

Returns:

  • (:yes, :no, nil)

    Delete and re-install the plugin. Can be useful for plugins update



39
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 39

attribute :force

#nameString

Returns Name of the plugin to install.

Returns:

  • (String)

    Name of the plugin to install



12
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 12

attribute :name

#plugin_binString?

Returns Location of the plugin binary.

Returns:

  • (String, nil)

    Location of the plugin binary



27
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 27

attribute :plugin_bin

#plugin_dirString?

Returns Your configured plugin directory specified in Kibana.

Returns:

  • (String, nil)

    Your configured plugin directory specified in Kibana



31
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 31

attribute :plugin_dir

#state:present, ...

Returns Desired state of a plugin.

Returns:

  • (:present, :absent, nil)

    Desired state of a plugin.



16
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 16

attribute :state

#timeoutString?

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

Returns:

  • (String, nil)

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



23
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 23

attribute :timeout

#urlObject?

Returns Set exact URL to download the plugin from. For local file, prefix its absolute path with file://.

Returns:

  • (Object, nil)

    Set exact URL to download the plugin from. For local file, prefix its absolute path with file://



20
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 20

attribute :url

#versionString?

Returns Version of the plugin to be installed. If plugin exists with previous version, it will NOT be updated if C(force) is not set to yes.

Returns:

  • (String, nil)

    Version of the plugin to be installed. If plugin exists with previous version, it will NOT be updated if C(force) is not set to yes



35
# File 'lib/ansible/ruby/modules/generated/database/misc/kibana_plugin.rb', line 35

attribute :version