Class: Ansible::Ruby::Modules::Rollbar_deployment
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rollbar_deployment
- 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
-
#comment ⇒ String?
Deploy comment (e.g. what is being deployed).
-
#environment ⇒ String
Name of the environment being deployed, e.g.
-
#revision ⇒ String
Revision number/sha being deployed.
-
#rollbar_user ⇒ String?
Rollbar username of the user who deployed.
-
#token ⇒ String
Your project access token.
-
#url ⇒ String?
Optional URL to submit the notification to.
-
#user ⇒ String?
User who deployed.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates for the target url will not be validated.
Methods inherited from Base
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
#comment ⇒ String?
Returns Deploy comment (e.g. what is being deployed).
31 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 31 attribute :comment |
#environment ⇒ String
Returns 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 |
#revision ⇒ String
Returns Revision number/sha being deployed.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 19 attribute :revision |
#rollbar_user ⇒ String?
Returns Rollbar username of the user who deployed.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 27 attribute :rollbar_user |
#token ⇒ String
Returns Your project access token.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 11 attribute :token |
#url ⇒ String?
Returns Optional URL to submit the notification to.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 35 attribute :url |
#user ⇒ String?
Returns 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.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 39 attribute :validate_certs |