W3cubDocs

/Ansible

honeybadger_deployment - Notify Honeybadger.io about app deployments

New in version 2.2.

Synopsis

Notify Honeybadger.io about app deployments (see http://docs.honeybadger.io/article/188-deployment-tracking)

Options

parameter required default choices comments
environment
yes
The environment name, typically 'production', 'staging', etc.
repo
no None
URL of the project repository
revision
no None
A hash, number, tag, or other identifier showing what revision was deployed
token
yes
API token.
url
no https://api.honeybadger.io/v1/deploys
Optional URL to submit the notification to.
user
no None
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.

Examples

- honeybadger_deployment: token=AAAAAA
                          environment='staging'
                          user='ansible'
                          revision=b6826b8
                          [email protected]:user/repo.git

This is an Extras Module

For more information on what this means please read Extras Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/honeybadger_deployment_module.html