New in version 2.2.
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 |
|
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. |
- honeybadger_deployment: token: AAAAAA environment: staging user: ansible revision: b6826b8 repo: 'git@github.com:user/repo.git'
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.