You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 integration gets installed, it wipes out my main agent datadog.yaml file.
Hi 👋 I think you're basically hitting a variation of #366, which as noted in comment #366 (comment) is more of an Ansible issue rather than issue with the DD role. The referenced issue contains some suggested workarounds that you might be able to use - can you take a look and see if anything there might be helpful?
Thanks for the fast reply! I agree, they are vary similar. I did review #366 before opening this issue, i was not sure how well it would scale into a larger production environment. I will dig into it a bit more.
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 integration gets installed, it wipes out my main agent datadog.yaml file.
Here is the stripped down example of my playbook:
The issue is that if a host belongs to both the node group and the kafka group, the node groups tags get wiped out when the kafka group runs.
Is there a way to append the tags in the datadog.yaml file or is there a better way to do this?
Thanks!
The text was updated successfully, but these errors were encountered: