DataDog / ansible-datadog-callback

Ansible callback to get stats & events directly into Datadog http://datadoghq.com
MIT License
93 stars 47 forks source link

Datadog callback disabled. #37

Closed guglez closed 6 years ago

guglez commented 6 years ago

Hi,

I'm trying to setup datadog callback plugin. WHen I run my playbooks I see this message:

Datadog callback disabled. Make sure you call all required libraries: "datadog" and "yaml".

What can be wrong here?

hush-hush commented 6 years ago

You need to install the requirements for the ansible callback which are pyaml and datadogpy: https://github.com/DataDog/ansible-datadog-callback#requirements. Both are available with pip.

I agree that the wording is not perfect, I'll update it right away to make it more obvious.

Closing this issue but feel free to reopen it if needed.

guglez commented 6 years ago

I installed them via pip at the very beginning. That's why I created this issue here. What's the chance that ansible can't see those libraries or my ansible config is wrong?