ansible-datadog-callback
ansible-datadog-callback copied to clipboard
Ansible callback to get stats & events directly into Datadog http://datadoghq.com
It is good practice to keep entries in requirements.txt sorted. No functional change.
The datadog_api_key var is only checked if it is set for localhost. Which didn't really fit an inventory with multistage environment such as https://www.digitalocean.com/community/tutorials/how-to-manage-multistage-environments-with-ansible where we don't want to log...
We have the use case to generate metrics from running check mode against our environment. For example collecting the following metrics from a check mode run: * ansible.check_mode.ok * ansible.check_mode.changed...
This will add git-branch as a tag and either provide the current branch a user is executing an ansible run from, or provide "None" if user is not using git.
Ansible is frequently run from a git repo and for testing purposes, typically run from a git feature branch to work out any kinks. Including git branch information in the...
Went through the documentation and have attempted multiple things but the callback plugin is unable to import one of the required modules. Below is the error found in the callback...
I have latest AWX installed I have also configured log aggregation as datadog. When I press test it says test successful. But, Not seeing any logs pushed to datadog. We...
What type of monitor should I create in DataDog so I can be aware of when an Ansible playbook execution is in progress and whether or not it ended in...
For an encrypted host_var, the class of the object changes from ansible.parsing.yaml.objects.AnsibleUnicode to ansible.parsing.yaml.objects.AnsibleVaultEncryptedUnicode As a result, the api_key is not injected correctly. Casting to str solves the problem
and adds readme information to describe the change.