From 54309be25155c11d0e4dc8afb40685e696d26fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Mon, 1 Jul 2024 09:43:00 +0200 Subject: [PATCH] Use install.datadoghq.com instead of the dd-agent bucket link BARX-240 --- README.md | 4 ++-- defaults/main.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1145f1ef..d38fb2e2 100644 --- a/README.md +++ b/README.md @@ -344,8 +344,8 @@ When the variable `datadog_macos_download_url` is not set, the official macOS DM | Agent version | Default macOS DMG package URL | |---------------|--------------------------------------------------------------| -| 6 | https://s3.amazonaws.com/dd-agent/datadog-agent-6-latest.dmg | -| 7 | https://s3.amazonaws.com/dd-agent/datadog-agent-7-latest.dmg | +| 6 | https://install.datadoghq.com/datadog-agent-6-latest.dmg | +| 7 | https://install.datadoghq.com/datadog-agent-7-latest.dmg | To override the default behavior, set this variable to something other than an empty string. diff --git a/defaults/main.yml b/defaults/main.yml index f0c14360..cffb2e6f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -254,12 +254,12 @@ datadog_macos_download_url: "" # The default dmg package for each major Agent version is specified in the following variables. # These variables are for internal use only, do not modify them. -datadog_macos_agent6_latest_url: "https://s3.amazonaws.com/dd-agent/datadog-agent-6-latest.dmg" -datadog_macos_agent7_latest_url: "https://s3.amazonaws.com/dd-agent/datadog-agent-7-latest.dmg" +datadog_macos_agent6_latest_url: "https://install.datadoghq.com/datadog-agent-6-latest.dmg" +datadog_macos_agent7_latest_url: "https://install.datadoghq.com/datadog-agent-7-latest.dmg" # If datadog_agent_version is set, the role will use the following url prefix instead, and append the version number to it # in order to get the full url to the dmg package. -datadog_macos_versioned_url: "https://s3.amazonaws.com/dd-agent/datadog-agent" +datadog_macos_versioned_url: "https://install.datadoghq.com/datadog-agent" datadog_macos_user: "{{ ansible_user }}" datadog_macos_service_name: "com.datadoghq.agent"