community.general.honeybadger_deployment – Notify Honeybadger.io about app deployments¶
Note
This plugin is part of the community.general collection (version 2.5.1).
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¶
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'
Authors¶
Benjamin Curtis (@stympy)