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

On windows, the role isn't idempotent. It will download the agent every single time even when there isn't a change. There should be a preliminary version check before downloading the...

This can be useful in an environment where the use of public repository is not allowed.

See [DOCS-3871](https://datadoghq.atlassian.net/browse/DOCS-3871)

I'm trying to install `datadog-agent` with `datadog-puma` integration on a completely new clean ubuntu 16.04 host! Here's my playbook: ``` --- - name: Install Datadog Agent # hosts: all hosts:...

Having the following example playbooks vars: ```yaml datadog_checks: rabbitmq: init_config: instances: - rabbitmq_api_url: 'http://localhost:15672/api/' user: 'admin' password: 'password' ``` Will output this default template behavior(ugly and unclean yaml structure): ```yaml...

Running the role on a opensuse host twice ends up with the repos baseurl getting corrupt. This is due to the re-use of the variable `datadog_zypper_repo` ```# cat repos.d/datadog.repo [datadog]...

Hello everyone, So I use the ansible role and I recently updated the role from 4.2.1 to 4.15.0 so I could update datadog from v6 to v7 in my machines....

I am currently trying to get this role installed on our AWX instance but am running into a weird issue. Our collections/requirements.yml file looks like this ``` --- collections: -...

fixes #430 - Include a default datadog_skip_install variable set to false/no as default - Don't override datadog_skip install in set-parse-version.yml but check if its set or use default false

check for existing version of integrations, don't report changes if integration(s) install is unchanged add quotes and re-order modified task params for consistency fix spelling errors