airbrake_deployment - Notify airbrake about app deployments¶
Synopsis¶
- Notify airbrake about app deployments (see http://help.airbrake.io/kb/api-2/deploy-tracking)
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
environment
required |
The airbrake environment name, typically 'production', 'staging', etc.
|
|
repo |
URL of the project repository
|
|
revision |
A hash, number, tag, or other identifier showing what revision was deployed
|
|
token
required |
API token.
|
|
url
(added in 1.5) |
Default: https://airbrake.io/deploys.txt
|
Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.
|
user |
The username of the person doing the deployment
|
|
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. |
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¶
- Bruce Pennypacker (@bpennypacker)
Hint
If you notice any issues in this documentation you can edit this document to improve it.