Class: Ansible::Ruby::Modules::Rollbar_deployment

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

Overview

Notify Rollbar about app deployments (see rollbar.com/docs/deploys_other/)

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

#commentString?

Returns Deploy comment (e.g. what is being deployed).

Returns:

  • (String, nil)

    Deploy comment (e.g. what is being deployed).



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

attribute :comment

#environmentString

Returns Name of the environment being deployed, e.g. ‘production’.

Returns:

  • (String)

    Name of the environment being deployed, e.g. ‘production’.



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

attribute :environment

#revisionString

Returns Revision number/sha being deployed.

Returns:

  • (String)

    Revision number/sha being deployed.



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

attribute :revision

#rollbar_userString?

Returns Rollbar username of the user who deployed.

Returns:

  • (String, nil)

    Rollbar username of the user who deployed.



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

attribute :rollbar_user

#tokenString

Returns Your project access token.

Returns:

  • (String)

    Your project access token.



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

attribute :token

#urlString?

Returns Optional URL to submit the notification to.

Returns:

  • (String, nil)

    Optional URL to submit the notification to.



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

attribute :url

#userString?

Returns User who deployed.

Returns:

  • (String, nil)

    User who deployed.



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

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.



39
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 39

attribute :validate_certs