community.general.airbrake_deployment – Notify airbrake 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.airbrake_deployment
.
Synopsis¶
Notify airbrake about app deployments (see https://airbrake.io/docs/api/#deploys-v4).
Parameter token has been deprecated for community.general 0.2.0. Please remove entry.
Parameters¶
Examples¶
- name: Notify airbrake about an app deployment
community.general.airbrake_deployment:
project_id: '12345'
project_key: 'AAAAAA'
environment: staging
user: ansible
revision: '4.2'
- name: Notify airbrake about an app deployment, using git hash as revision
community.general.airbrake_deployment:
project_id: '12345'
project_key: 'AAAAAA'
environment: staging
user: ansible
revision: 'e54dd3a01f2c421b558ef33b5f79db936e2dcf15'
version: '0.2.0'
Authors¶
Bruce Pennypacker (@bpennypacker)
Patrick Humpal (@phumpal)