community.general.honeybadger_deployment module – Notify Honeybadger.io about app deployments
Note
This module is part of the community.general collection (version 7.5.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
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).
Aliases: monitoring.honeybadger_deployment
Parameters
Parameter |
Comments |
---|---|
The environment name, typically ‘production’, ‘staging’, etc. |
|
URL of the project repository |
|
A hash, number, tag, or other identifier showing what revision was deployed |
|
API token. |
|
Optional URL to submit the notification to. Default: |
|
The username of the person doing the deployment |
|
If Choices:
|
Attributes
Attribute |
Support |
Description |
---|---|---|
Support: full |
Can run in |
|
Support: none |
Will return details on what has changed (or possibly needs changing in |
Examples
- name: Notify Honeybadger.io about an app deployment
community.general.honeybadger_deployment:
token: AAAAAA
environment: staging
user: ansible
revision: b6826b8
repo: '[email protected]:user/repo.git'