Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions playbooks/analyticsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
ENABLE_DATADOG: False
ENABLE_NEWRELIC: False
CLUSTER_NAME: 'analytics-api'
# 2026-07-20: [TEMP] Disable unattended upgrades in all environments as a stop-gap to
# fix an issue with the security role forcing an interactive prompt while invoking
# `unattended-upgrades`. Unattended upgrades are already disabled in prod-edge which
# is how I know this solution works, so this just does the same in stage-edx and
# prod-edx as well.
#
# Analytics API is the **LAST SERVICE USING ANSIBLE** and it's running an
# **UNSUPPORTED UBUNTU 20.04**, so any near-term investment should be focused on
# migrating this to k8s, not fixing unattended upgrades.
SECURITY_UNATTENDED_UPGRADES: False
roles:
- role: aws
when: COMMON_ENABLE_AWS_ROLE
Expand Down
Loading