Class: Ansible::Ruby::Modules::Airbrake_deployment

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

Overview

Notify airbrake about app deployments (see help.airbrake.io/kb/api-2/deploy-tracking)

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

#environmentString

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

Returns:

  • (String)

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



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

attribute :environment

#repoObject?

Returns URL of the project repository.

Returns:

  • (Object, nil)

    URL of the project repository



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

attribute :repo

#revisionString?

Returns A hash, number, tag, or other identifier showing what revision was deployed.

Returns:

  • (String, nil)

    A hash, number, tag, or other identifier showing what revision was deployed



26
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 26

attribute :revision

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

attribute :token

#urlString?

Returns Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.

Returns:

  • (String, nil)

    Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.



30
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 30

attribute :url

#userString?

Returns The username of the person doing the deployment.

Returns:

  • (String, nil)

    The username of the person doing the deployment



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

attribute :user

#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.



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

attribute :validate_certs