rollbar_deployment - Notify Rollbar about app deployments¶
New in version 1.6.
Synopsis¶
- Notify Rollbar about app deployments (see https://rollbar.com/docs/deploys_other/)
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
comment |
Deploy comment (e.g. what is being deployed).
|
|
environment
required |
Name of the environment being deployed, e.g. 'production'.
|
|
revision
required |
Revision number/sha being deployed.
|
|
rollbar_user |
Rollbar username of the user who deployed.
|
|
token
required |
Your project access token.
|
|
url |
Default: https://api.rollbar.com/api/1/deploy/
|
Optional URL to submit the notification to.
|
user |
User who deployed.
|
|
validate_certs
bool |
|
If
no , SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates. |
Examples¶
- rollbar_deployment:
token: AAAAAA
environment: staging
user: ansible
revision: '4.2'
rollbar_user: admin
comment: Test Deploy
Status¶
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance¶
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author¶
- Max Riveiro (@kavu)
Hint
If you notice any issues in this documentation you can edit this document to improve it.