Skip to content

soroushatarod/Ansible-Bugsnag-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Ansible-Bugsnag-Module

How to import the module?

  1. Create a folder "library"
  2. Save bugsnag.py in it

Sample playbook.yml to use it.

- hosts: localhost
  tasks:
    - name: create BugsNag API
      bugsnag:
        api_key: '333fc26d'
        builder_name: 'Jenkins'
        release_stage: 'production'
        app_version: '132135467'

Releases

No releases published

Packages

No packages published

Languages