On this page
community.general.honeybadger_deployment – Notify Honeybadger.io about app deployments
Note
This plugin is part of the community.general collection (version 1.3.2).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.honeybadger_deployment
.
Synopsis
- Notify Honeybadger.io about app deployments (see http://docs.honeybadger.io/article/188-deployment-tracking)
Parameters
Parameter | Choices/Defaults | Comments |
---|---|---|
environment
string / required
|
The environment name, typically 'production', 'staging', etc.
|
|
repo
string
|
URL of the project repository
|
|
revision
string
|
A hash, number, tag, or other identifier showing what revision was deployed
|
|
token
string / required
|
API token.
|
|
url
string
|
Default:
"https://api.honeybadger.io/v1/deploys"
|
Optional URL to submit the notification to.
|
user
string
|
The username of the person doing the deployment
|
|
validate_certs
boolean
|
|
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
- name: Notify Honeybadger.io about an app deployment
community.general.honeybadger_deployment:
token: AAAAAA
environment: staging
user: ansible
revision: b6826b8
repo: 'git@github.com:user/repo.git'
Authors
- Benjamin Curtis (@stympy)
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/honeybadger_deployment_module.html