W3cubDocs

/Ansible

rollbar_deployment - Notify Rollbar about app deployments

New in version 1.6.

Synopsis

Notify Rollbar about app deployments (see https://rollbar.com/docs/deploys_other/)

Options

parameter required default choices comments
comment
no
Deploy comment (e.g. what is being deployed).
environment
yes
Name of the environment being deployed, e.g. 'production'.
revision
yes
Revision number/sha being deployed.
rollbar_user
no
Rollbar username of the user who deployed.
token
yes
Your project access token.
url
no https://api.rollbar.com/api/1/deploy/
Optional URL to submit the notification to.
user
no
User who deployed.
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

- rollbar_deployment: token=AAAAAA
                      environment='staging'
                      user='ansible'
                      revision=4.2,
                      rollbar_user='admin',
                      comment='Test Deploy'

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/rollbar_deployment_module.html