airbrake_deployment - Notify airbrake about app deployments

Author:Bruce Pennypacker

Synopsis

New in version 1.2.

Notify airbrake about app deployments (see http://help.airbrake.io/kb/api-2/deploy-tracking)

Options

parameter required default choices comments
environment yes
    The airbrake environment name, typically 'production', 'staging', etc.
    repo no
      URL of the project repository
      revision no
        A hash, number, tag, or other identifier showing what revision was deployed
        token yes
          API token.
          url no https://airbrake.io/deploys
            Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit. (added in Ansible 1.5)
            user no
              The username of the person doing the deployment
              validate_certs no yes
              • yes
              • no
              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.

              Note

              Requires urllib

              Note

              Requires urllib2

              Examples


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

              Table Of Contents

              Previous topic

              Monitoring Modules

              Next topic

              boundary_meter - Manage boundary meters