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

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



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

attribute :environment

#repoObject?

Returns URL of the project repository.

Returns:

  • (Object, nil)

    URL of the project repository



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

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



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

attribute :revision

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

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.



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

attribute :url

#userString?

Returns The username of the person doing the deployment.

Returns:

  • (String, nil)

    The username of the person doing the deployment



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

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.



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

attribute :validate_certs