DataDog / ansible-datadog

Ansible role for Datadog Agent
Apache License 2.0
298 stars 222 forks source link

Adding yum repo configuration options #517

Closed chipselden closed 10 months ago

chipselden commented 11 months ago

Adding two features to the Datadog yum repo configuration tasks:

  1. Allow a toggle to disable the yum repository configuration tasks (useful if the yum configuration on the target host is being managed elsewhere)
  2. Allow a proxy to be set in the yum repository configuration (useful if connectivity to datadoghq.com or a custom repository needs to happen through a proxy)
chipselden commented 11 months ago

Totally makes sense! I appreciate the suggestions.