ansible-datadog
ansible-datadog copied to clipboard
Ansible role for Datadog Agent
Set file 0440 and dir 0550 mode, since it's world readable, user writable, and may contain private data like passwords, api keys, etc. Windows is affected too, we could use...
This PR fixes an issue with datadog-agent.service using a containerized agent. By default Ansible will handle the service as root. In a containerized environment datadog.service needs to be manipulated as...
Using `use_mount` in datadog.conf has been deprecated in favor of `use_mount` in disk.yaml
Can I use this role to uninstall DataDog?
I am trying to simplify our datadog rollout with ansible. I am running into an issue where I need multiple data_dog checks on the same host and when the second...
It would be great if there is an option to skip creating a custom repo entry on linux. For example if the agent is uploaded to a private repository which...
## Summary Currently it's not possible to override the datadog_skip_install variable directly from host_vars (for example from inventory). It will be overridden by `set-parse-version.yml`. The only way currently is to...
While I was able to successfully use this role to deploy DataDog Agent on CentOS 8 and RHEL8, I cannot say the same about: * Synology DSM * OpnSense (pfsense...
Hello, we are using ansible to install datadog on our hosts. Upgrading datadog ansible role for many instances were not a problem. However, after upgrading datadog ansible role from 4.6.0...
Hello, Is it possible to add `compliance_config` option support to the role?