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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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



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

attribute :component

#descriptionObject?

Returns Free text description of the deployment.

Returns:

  • (Object, nil)

    Free text description of the deployment.



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

attribute :description

#envObject?

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

Returns:

  • (Object, nil)

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



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

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.



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

attribute :hosts

#ownerObject?

Returns The person responsible for the deployment.

Returns:

  • (Object, nil)

    The person responsible for the deployment.



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

attribute :owner

#state:started, ...

Returns State of the deployment.

Returns:

  • (:started, :finished, :failed)

    State of the deployment.



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

attribute :state

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

attribute :token

#urlString?

Returns Base URL of the API server.

Returns:

  • (String, nil)

    Base URL of the API server.



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

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.



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

attribute :validate_certs

#versionString

Returns The deployment version.

Returns:

  • (String)

    The deployment version.



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

attribute :version