fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

Write a flowdock callback module #148

Closed martbhell closed 5 years ago

martbhell commented 8 years ago

Having a flowdock role is nice for FGCI admins - it sends a message to flowdock whenever someone runs ansible. Unfortunately it doesn't when there is a task failure - which would be most interesting.

For accomplishing that we could probably use an ansible callback module.

Unfortunately x2 there is no flowdock callback module (yet): in https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/callback

I e-mailed flowdock support with a feature request and got this back: "Coding in that extent is outside the scope of CA Flowdock Customer Suport. You can find help on how to develop using our API here: https://www.flowdock.com/api"