On this page
airbrake_deployment - Notify airbrake about app deployments
Synopsis
- 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
(added in 1.5)
|
no | https://airbrake.io/deploys.txt |
Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.
|
|
user |
no |
The username of the person doing the deployment
|
||
validate_certs |
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
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/airbrake_deployment_module.html