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"