Class: Ansible::Ruby::Modules::Honeybadger_deployment

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

Overview

Notify Honeybadger.io about app deployments (see docs.honeybadger.io/article/188-deployment-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 environment name, typically ‘production’, ‘staging’, etc.

Returns:

  • (String)

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



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

attribute :environment

#repoString?

Returns URL of the project repository.

Returns:

  • (String, nil)

    URL of the project repository



24
# File 'lib/ansible/ruby/modules/generated/monitoring/honeybadger_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



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

attribute :revision

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



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

attribute :token

#urlString?

Returns Optional URL to submit the notification to.

Returns:

  • (String, nil)

    Optional URL to submit the notification to.



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

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/honeybadger_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.



36
# File 'lib/ansible/ruby/modules/generated/monitoring/honeybadger_deployment.rb', line 36

attribute :validate_certs