ansible-datadog icon indicating copy to clipboard operation
ansible-datadog copied to clipboard

Ansible role for Datadog Agent

Results 65 ansible-datadog issues
Sort by recently updated
recently updated
newest added

I am trying to develop an Ansible playbook which tailors the datadog-agent configuration based on the groups an endpoint is in within Ansible. For example, lets say there are the...

In the readme file, under the heading Windows, it suggests we have to not use the become flag else the playbook will fail. I wanted to suggest that this is...

Hi, thank you for the nice and easy-to-use ansible integration! We are using ansible-datadog to deploy distributed services and each service defines its own monitoring setup. We need to be...

lsof is needed in order to gather important metrics for datadog but is neither installed nor configured inside sudoers so dd-agent user can call it. See https://github.com/DataDog/dd-agent/issues/853

https://github.com/DataDog/ansible-datadog/blob/949bdb7668b4eb14c23467ab3465957c9b174583/tasks/agent-win.yml#L65 Conditions: Server had Trace Agent and DD Agent. Set datadog_enabled to false. Issue: List given to the stop task should be re ordered (in the reverse order for example)...

Hello, we encounter this error, sometimes it's passing but most of the time our deploy fails because of that. We tried many things but we can't get rid of it....

Right now a check will be configured in `conf.d/.d/conf.yaml`. This behavior might be an issue when people are using autodiscovery. Customer might have multiple containers for one check needing different...

enhancement

``` RUNNING HANDLER [ansible-datadog : restart datadog-agent] *************************************************************************************************************************** Saturday 30 November 2019 14:42:34 +0000 (0:00:00.026) 0:00:56.091 ***** fatal: [n0]: FAILED! => { "changed": false } MSG: Unable to start service...

Hello, I am trying to change the datadog_user variable to run datadog as a differing user. However when setting the "datadog_user" option in the variables section of my ansible task...

We set a pinned version with `datadog_agent_version`. Since the role does not use `ansible.builtin.dpkg_selections` to put a `hold` on `datadog-agent`, hosts can upgrade the `datadog-agent` package when new versions become...