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

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

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



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

attribute :environment

#repoObject?

Returns URL of the project repository.

Returns:

  • (Object, nil)

    URL of the project repository



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

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



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

attribute :revision

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

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.



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

attribute :url

#userString?

Returns The username of the person doing the deployment.

Returns:

  • (String, nil)

    The username of the person doing the deployment



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

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.



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

attribute :validate_certs