airbrake_deployment – Notify airbrake about app deployments

From Get docs
Ansible/docs/2.7/modules/airbrake deployment module


airbrake_deployment – Notify airbrake about app deployments

Synopsis

Parameters

Parameter Choices/Defaults Comments

environment

- / required

The airbrake environment name, typically 'production', 'staging', etc.

repo

-

URL of the project repository

revision

-

A hash, number, tag, or other identifier showing what revision was deployed

token

- / required

API token.

url

-

added in 1.5

Default:

Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.

user

-

The username of the person doing the deployment

validate_certs

boolean

  • no
  • yes

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

- airbrake_deployment:
    token: AAAAAA
    environment: staging
    user: ansible
    revision: '4.2'

Status

Authors

  • Bruce Pennypacker (@bpennypacker)

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.7/modules/airbrake_deployment_module.html