On this page
honeybadger_deployment - Notify Honeybadger.io about app deployments
New in version 2.2.
Synopsis
- Notify Honeybadger.io about app deployments (see http://docs.honeybadger.io/article/188-deployment-tracking)
Parameters
Parameter | Choices/Defaults | Comments |
---|---|---|
environment
required
|
The environment name, typically 'production', 'staging', etc.
|
|
repo | Default:
None
|
URL of the project repository
|
revision | Default:
None
|
A hash, number, tag, or other identifier showing what revision was deployed
|
token
required
|
API token.
|
|
url | Default:
https://api.honeybadger.io/v1/deploys
|
Optional URL to submit the notification to.
|
user | Default:
None
|
The username of the person doing the deployment
|
validate_certs |
|
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
- honeybadger_deployment:
token: AAAAAA
environment: staging
user: ansible
revision: b6826b8
repo: 'git@github.com:user/repo.git'
Status
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Author
- Benjamin Curtis (@stympy)
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.5/modules/honeybadger_deployment_module.html