Class: Ansible::Ruby::Modules::Bigpanda

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb

Overview

Notify BigPanda when deployments start and end (successfully or not). Returns a deployment object containing all the parameters for future module calls.

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

#componentString

Returns The name of the component being deployed. Ex: billing.

Returns:

  • (String)

    The name of the component being deployed. Ex: billing



12
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 12

attribute :component

#descriptionObject?

Returns Free text description of the deployment.

Returns:

  • (Object, nil)

    Free text description of the deployment.



38
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 38

attribute :description

#envObject?

Returns The environment name, typically ‘production’, ‘staging’, etc.

Returns:

  • (Object, nil)

    The environment name, typically ‘production’, ‘staging’, etc.



32
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 32

attribute :env

#hostsString?

Returns Name of affected host name. Can be a list.

Returns:

  • (String, nil)

    Name of affected host name. Can be a list.



28
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 28

attribute :hosts

#ownerObject?

Returns The person responsible for the deployment.

Returns:

  • (Object, nil)

    The person responsible for the deployment.



35
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 35

attribute :owner

#state:started, ...

Returns State of the deployment.

Returns:

  • (:started, :finished, :failed)

    State of the deployment.



24
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 24

attribute :state

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



20
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 20

attribute :token

#urlString?

Returns Base URL of the API server.

Returns:

  • (String, nil)

    Base URL of the API server.



41
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 41

attribute :url

#validate_certs:yes, ...

Returns If C(no), SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.



45
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 45

attribute :validate_certs

#versionString

Returns The deployment version.

Returns:

  • (String)

    The deployment version.



16
# File 'lib/ansible/ruby/modules/generated/monitoring/bigpanda.rb', line 16

attribute :version